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
2011-05-23 Tom de Vries <tom@codesourcery.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
comma_format_extension_1.f
blob
a3a5a98f155f858367f3153f4f5d87e2c8474dd1
1
! {
dg
-
do
compile
}
2
! {
dg
-
options
""
}
3
!
test that the extension
for
a missing comma is accepted
4
5
subroutine
mysub
6
dimension
ibar
(
5
)
7
write
(
3
,
1001
) (
ibar
(
m
),
m
=
1
,
5
)
8
9
1001
format
(/
5
x
,
' '
,
i4
' '
/ )
10
return
11
end