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

Janne Blomqvist <jb at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.05.04 20:38:38
                 CC|                            |jb at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #1 from Janne Blomqvist <jb at gcc dot gnu.org> 2011-05-04 20:38:38 
UTC ---
Confirmed.

Wrt the space wastage, gfortran uses fixed width fields for each type for list
directed output. This has the benefit of aligning columns when printing tables,
at the cost of wasting space. The other choice, which some other compilers do,
is to get rid of extra blanks similar to the various w=0 edit descriptors.
Personally I would prefer this, but alas, history might force us to retain the
present behavior.

Reply via email to