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
2017-02-20 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
openacc-define-3.f90
blob
b6c296e6b9821b15525208ac9d6d9d7e8b874a30
1
! { dg-options "-cpp -fopenacc" }
2
! { dg-do preprocess }
3
! { dg-require-effective-target fopenacc }
4
5
#ifndef _OPENACC
6
# error _OPENACC not defined
7
#
endif
8
9
#
if
_OPENACC
!= 201306
10
# error _OPENACC defined
to
wrong value
11
#
endif