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-12-08 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
comma_IO_extension_2.f90
blob
5e80a1742013288e01621ccbcaf0afb6a696890e
1
! { dg-do compile }
2
! { dg-options "-std=legacy" }
3
! PR 60751
4
! Contributed by Walter Spector <w6ws@earthlink.net>
5
program
extracomma
6
implicit none
7
8
write
(*,*),
1
,
2
,
3
9
end program