repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR ipa/83051
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
openmp-define-3.f90
blob
d20502dece18f6d60440c7599369ff1831431ea6
1
! { dg-options "-cpp -fopenmp" }
2
! { dg-do preprocess }
3
! { dg-require-effective-target fopenmp }
4
5
#ifndef _OPENMP
6
# error _OPENMP not defined
7
#
endif
8
9
#
if
_OPENMP
!= 201511
10
# error _OPENMP defined
to
wrong value
11
#
endif