forked from OSchip/llvm-project
Test cancellation_for_sections.c expectedly fails on GCC
llvm-svn: 299437
This commit is contained in:
parent
9e4817d49e
commit
80af9c081a
|
@ -1,4 +1,5 @@
|
|||
// RUN: %libomp-compile && env OMP_CANCELLATION=true %libomp-run
|
||||
// XFAIL: gcc
|
||||
// Regression test for a bug in cancellation to cover effect of `#pragma omp cancel`
|
||||
// in a loop construct, on sections construct.
|
||||
// Pass condition: Cancellation status from `for` does not persist
|
||||
|
|
Loading…
Reference in New Issue