Commit 74576057 by Kyrylo Tkachov Committed by Kyrylo Tkachov

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
parent a7289535
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
......
/* { dg-require-effective-target fopenmp } */
/* { dg-options "-fopenmp" } */
/* { dg-do preprocess } */
/* { dg-require-effective-target fopenmp } */
#ifndef _OPENMP
# error _OPENMP not defined
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment