Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
comma_format_extension_4.f
blob: 30f07e803c52bee611b320e333f50fbc2aca2790 [
file
] [
log
] [
blame
]
!
PR fortran
/
13257
!
Note
the missing
,
before i1
in
the format
.
!
{
dg
-
do
run
}
!
{
dg
-
options
""
}
character
*
6
c
write
(
c
,
1001
)
1
if
(
c
.
ne
.
' 1 '
)
STOP
1
1001
format
(
' '
,
i4
' '
)
end