http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48684
--- Comment #5 from jvdelisle at frontier dot com 2011-04-23 21:50:54 UTC --- On 04/23/2011 02:27 PM, jvdelisle at gcc dot gnu.org wrote: --- snip --- > > Unpatched gfortran and ifort give: I meant patched gfortran and ifort give: > > 12345678901234567890 > 0.100 > 1.00 > 10.0 > 100. > 0.100E+00004 > 0.100E+00005 > 0.100E+00006 > 0.100E+00007 > 0.100E+00008 > 0.100E+00009 > 0.100E+00010 > 0.100E+00011 > 0.100E+00012 --- snip --- > > My question, are the values of 1.0, 10.0, and 100. formatted correctly? >