openmp-define-3.c: Move effective target check after other directives.
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Tue, 15 Oct 2013 08:32:17 +0000 (08:32 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Tue, 15 Oct 2013 08:32:17 +0000 (08:32 +0000)
[gcc/testsuite/]
2013-10-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

* c-c++-common/cpp/openmp-define-3.c: Move effective target check
after other directives.

From-SVN: r203588

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/cpp/openmp-define-3.c

index 7fb88c5..1cbcfdc 100644 (file)
@@ -1,3 +1,8 @@
+2013-10-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * c-c++-common/cpp/openmp-define-3.c: Move effective target check
+       after other directives.
+
 2013-10-15  Tobias Burnus  <burnus@net-b.de>
 
        PR fortran/58652
index 601a1c3..6986c55 100644 (file)
@@ -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