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