diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2ba0cbf71c5..b5100b7f375 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-12-19 Kyrylo Tkachov + + * c-c++-common/cilk-plus/SE/ef_error.c: Add fopenmp effective + target check. + 2013-12-18 Steven G. Kargl * gfortran.dg/io_err_1.f90: New test. diff --git a/gcc/testsuite/c-c++-common/cilk-plus/SE/ef_error.c b/gcc/testsuite/c-c++-common/cilk-plus/SE/ef_error.c index 6a4b4a4178e..478bfa1fc4a 100644 --- a/gcc/testsuite/c-c++-common/cilk-plus/SE/ef_error.c +++ b/gcc/testsuite/c-c++-common/cilk-plus/SE/ef_error.c @@ -1,5 +1,6 @@ /* { dg-do compile } */ /* { dg-options "-fcilkplus -fopenmp" } */ +/* { dg-require-effective-target fopenmp } */ #pragma omp declare simd linear(y:1) simdlen(4) __attribute__((vector (linear (y:1), vectorlength(4))))