openmp-define-3.c: Move effective target check after other directives.

[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
This commit is contained in:
Kyrylo Tkachov 2013-10-15 08:32:17 +00:00 committed by Kyrylo Tkachov
parent a728953555
commit 7457605705
2 changed files with 6 additions and 1 deletions

View 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

View 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