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
* function.c (dump_stack_clash_frame_info): New function.
[official-gcc.git]
/
libgomp
/
testsuite
/
libgomp.oacc-fortran
/
openacc_version-2.f90
blob
a14ecdd5032d02b4e114b27ed4a527e8e6daccce
1
! { dg-do run }
2
3
program
main
4
use
openacc
5
implicit none
6
7
if
(
openacc_version
.
ne
.
201306
)
call
abort
;
8
9
end program
main