projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef6d0b6
)
PR 48488 Typo
author
Janne Blomqvist
<jb@gcc.gnu.org>
Fri, 29 Apr 2011 16:06:48 +0000
(19:06 +0300)
committer
Janne Blomqvist
<jb@gcc.gnu.org>
Fri, 29 Apr 2011 16:06:48 +0000
(19:06 +0300)
From-SVN: r173171
libgfortran/io/write.c
patch
|
blob
|
history
diff --git
a/libgfortran/io/write.c
b/libgfortran/io/write.c
index bfc24633e7a8d922d530de06fd07466d992d0cd2..95eec84edcb8a42165f5e0f4e31810bd22072968 100644
(file)
--- a/
libgfortran/io/write.c
+++ b/
libgfortran/io/write.c
@@
-1458,7
+1458,7
@@
set_fnode_default (st_parameter_dt *dtp, fnode *f, int length)
}
/* Output a real number with default format. To guarantee that a
- binary -> decimal -> binary rountrip conversion recovers the
+ binary -> decimal -> binary roun
d
trip conversion recovers the
original value, IEEE 754-2008 requires 9, 17, 21 and 36 significant
digits for REAL kinds 4, 8, 10, and 16, respectively. Thus, we use
1PG16.9E2 for REAL(4), 1PG25.17E3 for REAL(8), 1PG30.21E4 for