[gcc/testsuite]

* c-c++-common/cilk-plus/PS/body.c: Add fopenmp effective target check.

From-SVN: r204968
This commit is contained in:
Kyrylo Tkachov 2013-11-18 15:50:20 +00:00 committed by Kyrylo Tkachov
parent 588224554a
commit ddf05af2ff
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-11-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* c-c++-common/cilk-plus/PS/body.c: Add fopenmp effective target check.
2013-11-18 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/53473

View File

@ -1,5 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-fcilkplus -fopenmp" } */
/* { dg-require-effective-target fopenmp } */
int *a, *b, c;
void *jmpbuf[10];