Index: openmp/trunk/runtime/test/worksharing/for/omp_for_bigbounds.c =================================================================== --- openmp/trunk/runtime/test/worksharing/for/omp_for_bigbounds.c +++ openmp/trunk/runtime/test/worksharing/for/omp_for_bigbounds.c @@ -1,7 +1,10 @@ // RUN: %libomp-compile -DMY_SCHEDULE=static && %libomp-run // RUN: %libomp-compile -DMY_SCHEDULE=dynamic && %libomp-run // RUN: %libomp-compile -DMY_SCHEDULE=guided && %libomp-run -// XFAIL: * + +// Only works with Intel Compiler since at least version 15.0 +// XFAIL: gcc, clang + /* * Test that large bounds are handled properly and calculations of * loop iterations don't accidently overflow