------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-04-05 
10:21 -------
Confirmed. Further reduced test case is:

$ cat pr20775.f 
      write (*,2000) 0.0, 0.02
      write (*,2000) 0.01, 0.02
 2000 format (1P2G12.3)
      end

$ gfortran pr20775.f && ./a.out 
    0.00       0.200E-01
   1.000E-02   2.000E-02

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-05 10:21:40
               date|                            |
            Summary|gfortran - prints the same  |gfortran - prints the same
                   |number with 1p4G12.3 two    |number with 1p4G12.3 two
                   |different ways              |different ways


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

Reply via email to