gcc/testsuite/ * c-c++-common/cpp/openmp-define-1.c: Move dg-require-effective-target fopenmp after dg-do directive. * c-c++-common/cpp/openmp-define-2.c: Likewise. * gfortran.dg/openmp-define-1.f90: Likewise. * gfortran.dg/openmp-define-2.f90: Likewise. * gfortran.dg/openmp-define-3.f90: Likewise. Completion of r203588, fix-up for r203417. From-SVN: r203697
7 lines
120 B
C
7 lines
120 B
C
/* { dg-do preprocess } */
|
|
/* { dg-require-effective-target fopenmp } */
|
|
|
|
#ifdef _OPENMP
|
|
# error _OPENMP defined
|
|
#endif
|