From adc69d868e92a54026298bbc55c7ea3fb3df7b2e Mon Sep 17 00:00:00 2001 From: ktkachov Date: Mon, 18 Nov 2013 15:50:20 +0000 Subject: [PATCH] [gcc/testsuite] * c-c++-common/cilk-plus/PS/body.c: Add fopenmp effective target check. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204968 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/c-c++-common/cilk-plus/PS/body.c | 1 + 2 files changed, 5 insertions(+) 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]; -- 2.7.4