This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/31199] write with "t1" format gives wrong output



------- Comment #1 from burnus at gcc dot gnu dot org  2007-03-16 13:54 -------
Current result:
 a = ABCDEFXXX
 b = ABCDEF
 c = ABCDEFXXX
Expected (g95/ifort):
 ABCDEFXXX
 ABCDEFXXX
 ABCDEFXXX
(NAG f95 has:
 ABCDEFXXX
 ABCXXXXXXDEF
 ABCDEFXXX
)


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jvdelisle at gcc dot gnu dot
                   |                            |org, burnus at gcc dot gnu
                   |                            |dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2007-03-16 13:54:17
               date|                            |
            Summary|wrong code generated with   |write with "t1" format gives
                   |gfortran                    |wrong output


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]