[Bug libfortran/48682] Incorrect field justification with Gw.d edit descriptor

thenlich at users dot sourceforge.net gcc-bugzilla@gcc.gnu.org
Tue Apr 19 14:53:00 GMT 2011


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

Thomas Henlich <thenlich at users dot sourceforge.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thenlich at users dot
                   |                            |sourceforge.net

--- Comment #1 from Thomas Henlich <thenlich at users dot sourceforge.net> 2011-04-19 14:53:08 UTC ---
The observed behaviour is completely conforming to Fortran 2008:

10.7.5.2.2 Generalized real and complex editing
4 ... Equivalent Conversion: F(w-n).(d-1),n('b')

where b is a blank, n is 4 for Gw.d

and that complete field (including the 4 spaces) is correctly right-justified
according to the mentioned rule in 10.7.2.1

Case closed.



More information about the Gcc-bugs mailing list