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
/
comma_format_extension_2.f
blob
7eb17b58434094de68aba864e6b7dcdfb9bd0528
1
! {
dg
-
do
compile
}
2
!
test that the extension
for
a missing comma is accepted
3
4
subroutine
mysub
5
dimension
ibar
(
5
)
6
write
(
3
,
1001
) (
ibar
(
m
),
m
=
1
,
5
)
7
8
1001
format
(/
5
x
,
' '
,
i4
' '
/ ) ! {
dg
-
warning
"Missing comma"
}
9
return
10
end