gfortran [trunk revision 134945] generates wrong output for the following
testcase (derived from CP2K) :

 write(6,FMT='(T2,A,T10,A)') "23456789012345","ABC"
 END

yields:
 23456789012345ABC

instead of:
 23456789ABC345


-- 
           Summary: [4.4 Regression] wrong IO
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jv244 at cam dot ac dot uk
OtherBugsDependingO 29975
             nThis:


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

Reply via email to