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
* cfghooks.c (verify_flow_info): Disable check that all probabilities
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
comma_IO_extension_1.f90
blob
abbb69d66f6c640e6cdde861f5242b8348a552f5
1
! { dg-do compile }
2
! PR 60751
3
! Contributed by Walter Spector <w6ws@earthlink.net>
4
program
extracomma
5
implicit none
6
7
write
(*,*),
1
,
2
,
3
! { dg-warning "Legacy Extension: Comma before i/o item list" }
8
end program