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

2011-04-20 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48682

Janne Blomqvist jb at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID

--- Comment #2 from Janne Blomqvist jb at gcc dot gnu.org 2011-04-20 09:01:24 
UTC ---
(In reply to comment #1)
 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

Ah, indeed, so it seems.


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

2011-04-19 Thread thenlich at users dot sourceforge.net
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.