http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48684

--- Comment #6 from Thomas Henlich <thenlich at users dot sourceforge.net> 
2011-04-25 08:46:38 UTC ---
(In reply to comment #5)
> 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?
> >

Yes, the number of spaces is e+2=7, so they are aligned correctly.

Reply via email to