From ddf05af2ff25c6e199b05c8676d0509260d0b400 Mon Sep 17 00:00:00 2001 From: Kyrylo Tkachov Date: Mon, 18 Nov 2013 15:50:20 +0000 Subject: [gcc/testsuite] * c-c++-common/cilk-plus/PS/body.c: Add fopenmp effective target check. From-SVN: r204968 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/c-c++-common/cilk-plus/PS/body.c | 1 + 2 files changed, 5 insertions(+) (limited to 'gcc') diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 253fb71..af4631f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2013-11-18 Kyrylo Tkachov + + * c-c++-common/cilk-plus/PS/body.c: Add fopenmp effective target check. + 2013-11-18 Paolo Carlini PR c++/53473 diff --git a/gcc/testsuite/c-c++-common/cilk-plus/PS/body.c b/gcc/testsuite/c-c++-common/cilk-plus/PS/body.c index 9b10041..82c0a0c 100644 --- a/gcc/testsuite/c-c++-common/cilk-plus/PS/body.c +++ b/gcc/testsuite/c-c++-common/cilk-plus/PS/body.c @@ -1,5 +1,6 @@ /* { dg-do compile } */ /* { dg-options "-fcilkplus -fopenmp" } */ +/* { dg-require-effective-target fopenmp } */ int *a, *b, c; void *jmpbuf[10]; -- cgit v1.1