2015-05-19 Christophe Lyon <christophe.lyon@linaro.org>
[official-gcc.git] / gcc / testsuite / c-c++-common / cpp / openmp-define-3.c
blob6986c5507b9868ab4d234e6b7b0a5a2af0ec1be4
1 /* { dg-options "-fopenmp" } */
2 /* { dg-do preprocess } */
3 /* { dg-require-effective-target fopenmp } */
5 #ifndef _OPENMP
6 # error _OPENMP not defined
7 #endif
9 #if _OPENMP != 201307
10 # error _OPENMP defined to wrong value
11 #endif