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
mips.c (mips16_copy_fpr_return_value): New function, split out from...
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
fmt_huge.f90
blob
43c4e2ac273a324f18ed69f069f4bce5249271d2
1
! { dg-do run }
2
! PR32446 printing big numbers in F0.1 format.
3
! This segfaulted before the patch.
4
open
(
10
,
status
=
"scratch"
)
5
write
(
10
,
'(F0.1)'
)
huge
(
1.0
)
6
END