2013-12-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
authorktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Dec 2013 10:33:15 +0000 (10:33 +0000)
committerktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Dec 2013 10:33:15 +0000 (10:33 +0000)
    * c-c++-common/cilk-plus/SE/ef_error.c: Add fopenmp effective
    target check.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206109 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/cilk-plus/SE/ef_error.c

index 2ba0cbf..b5100b7 100644 (file)
@@ -1,3 +1,8 @@
+2013-12-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * c-c++-common/cilk-plus/SE/ef_error.c: Add fopenmp effective
+       target check.
+
 2013-12-18  Steven G. Kargl  <kargl@gcc.gnu.org>
 
        * gfortran.dg/io_err_1.f90: New test.
index 6a4b4a4..478bfa1 100644 (file)
@@ -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))))