From: Kyrylo Tkachov Date: Tue, 15 Oct 2013 08:32:17 +0000 (+0000) Subject: openmp-define-3.c: Move effective target check after other directives. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7457605705ec616086ecf5834325964703631155;p=gcc.git openmp-define-3.c: Move effective target check after other directives. [gcc/testsuite/] 2013-10-15 Kyrylo Tkachov * c-c++-common/cpp/openmp-define-3.c: Move effective target check after other directives. From-SVN: r203588 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7fb88c5a204..1cbcfdca003 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-10-15 Kyrylo Tkachov + + * c-c++-common/cpp/openmp-define-3.c: Move effective target check + after other directives. + 2013-10-15 Tobias Burnus PR fortran/58652 diff --git a/gcc/testsuite/c-c++-common/cpp/openmp-define-3.c b/gcc/testsuite/c-c++-common/cpp/openmp-define-3.c index 601a1c3623e..6986c5507b9 100644 --- a/gcc/testsuite/c-c++-common/cpp/openmp-define-3.c +++ b/gcc/testsuite/c-c++-common/cpp/openmp-define-3.c @@ -1,6 +1,6 @@ -/* { dg-require-effective-target fopenmp } */ /* { dg-options "-fopenmp" } */ /* { dg-do preprocess } */ +/* { dg-require-effective-target fopenmp } */ #ifndef _OPENMP # error _OPENMP not defined