From: Kyrylo Tkachov Date: Thu, 19 Dec 2013 17:05:42 +0000 (+0000) Subject: ef_error.c: Use -fopen-simd. X-Git-Tag: releases/gcc-4.9.0~1973 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd494e4d434e92727f9812ad54bb5ce5bf375880;p=thirdparty%2Fgcc.git ef_error.c: Use -fopen-simd. 2013-12-19 Kyrylo Tkachov * c-c++-common/cilk-plus/SE/ef_error.c: Use -fopen-simd. From-SVN: r206127 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e67e25554caf..8d61415b6243 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2013-12-19 Kyrylo Tkachov + + * c-c++-common/cilk-plus/SE/ef_error.c: Use -fopen-simd. + 2013-12-19 Oleg Endo * gcc.dg/long-long-compare-1.c: Don't use deprecated -mcbranchdi option 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 478bfa1fc4a3..5312992ff666 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,6 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-fcilkplus -fopenmp" } */ -/* { dg-require-effective-target fopenmp } */ +/* { dg-options "-fcilkplus -fopenmp-simd" } */ #pragma omp declare simd linear(y:1) simdlen(4) __attribute__((vector (linear (y:1), vectorlength(4))))