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
C++: simplify output from suggest_alternatives_for
[official-gcc.git]
/
libgomp
/
testsuite
/
libgomp.fortran
/
openmp_version-2.f90
blob
b2e0d3a70645e3ab35f53aafd281ad1cd4401cef
1
! { dg-do run }
2
3
program
main
4
use
omp_lib
5
implicit none
6
7
if
(
openmp_version
.
ne
.
201511
)
STOP
1
;
8
9
end program
main