diff options
author | Kyrylo Tkachov <kyrylo.tkachov@arm.com> | 2013-12-19 10:33:15 +0000 |
---|---|---|
committer | Kyrylo Tkachov <ktkachov@gcc.gnu.org> | 2013-12-19 10:33:15 +0000 |
commit | f317df4f6d6006ed22cff09d17bc5028fda69965 (patch) | |
tree | b70cb8c2c9b54ac0a7757208bea16f1db6261843 /gcc | |
parent | 8409aed4103bdee7ddd196ec6dedd796055f18a5 (diff) | |
download | gcc-f317df4f6d6006ed22cff09d17bc5028fda69965.zip gcc-f317df4f6d6006ed22cff09d17bc5028fda69965.tar.gz gcc-f317df4f6d6006ed22cff09d17bc5028fda69965.tar.bz2 |
ef_error.c: Add fopenmp effective target check.
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/c-c++-common/cilk-plus/SE/ef_error.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2ba0cbf..b5100b7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. 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 6a4b4a4..478bfa1 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)))) |