Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
fmt_huge.f90
blob: 43c4e2ac273a324f18ed69f069f4bce5249271d2 [
file
] [
log
] [
blame
]
!
{
dg
-
do
run
}
!
PR32446 printing big numbers
in
F0
.
1
format
.
!
This
segfaulted before the patch
.
open
(
10
,
status
=
"scratch"
)
write
(
10
,
'(F0.1)'
)
huge
(
1.0
)
END