repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gfortran.dg
/
iargc.f90
blob
a91e9003ac6b776df63cd2faed2b4ffc81811766
1
! { dg-do compile }
2
! { dg-options "-fall-intrinsics -std=f95" }
3
! PR fortran/20248
4
program
z
5
if
(
iargc
() /=
0
)
call
abort
6
end program
z