mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
a728953555
commit
7457605705
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue