diff options
Diffstat (limited to 'openmp/runtime/test/ompt/tasks/taskloop.c')
| -rw-r--r-- | openmp/runtime/test/ompt/tasks/taskloop.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openmp/runtime/test/ompt/tasks/taskloop.c b/openmp/runtime/test/ompt/tasks/taskloop.c index dc04f61cf74..59a47bf4eef 100644 --- a/openmp/runtime/test/ompt/tasks/taskloop.c +++ b/openmp/runtime/test/ompt/tasks/taskloop.c @@ -1,6 +1,12 @@ // RUN: %libomp-compile-and-run | FileCheck %s // RUN: %libomp-compile-and-run | FileCheck --check-prefix=TASKS %s // REQUIRES: ompt + +// These compilers don't support the taskloop construct +// UNSUPPORTED: gcc-4, gcc-5, icc-16 +// GCC 6 has support for taskloops, but at least 6.3.0 is crashing on this test +// UNSUPPORTED: gcc-6 + #include "callback.h" #include <omp.h> |

