[Bug libfortran/48602] Invalid F conversion of G descriptor for values close to powers of 10
thenlich at users dot sourceforge.net
gcc-bugzilla@gcc.gnu.org
Wed Apr 20 06:44:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48602
--- Comment #37 from Thomas Henlich <thenlich at users dot sourceforge.net> 2011-04-20 06:43:37 UTC ---
The same issue exists with the first comparison (decision between FMT_E and
FMT_F).
Consider:
print "(g35.25)", 0.095d0 ! > 0.950000..11..E-01
print "(g35.25)", 0.095_10
print "(RC,G15.1)", 0.095d0 ! > 0.1E+00 expected 0.1
print "(RC,F11.1,4X)", 0.095d0
More information about the Gcc-bugs
mailing list