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-Tag: releases/gcc-4.9.0~3477 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7457605705ec616086ecf5834325964703631155;p=thirdparty%2Fgcc.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 7fb88c5a2041..1cbcfdca003f 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 601a1c3623e2..6986c5507b98 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