]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ef_error.c: Add fopenmp effective target check.
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Thu, 19 Dec 2013 10:33:15 +0000 (10:33 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Thu, 19 Dec 2013 10:33:15 +0000 (10:33 +0000)
2013-12-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

    * c-c++-common/cilk-plus/SE/ef_error.c: Add fopenmp effective
    target check.

From-SVN: r206109

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

index 2ba0cbf71c56df07734f94f6be7af2773f40a05a..b5100b7f37512669c79736b5282e3201fbcff255 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 6a4b4a4178eb29258d7ac16bdf3110576d035446..478bfa1fc4a3c9470a735a1715dd24fc0d3bb02f 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))))