This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/31199] write with "t1" format gives wrong output
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Mar 2007 05:49:14 -0000
- Subject: [Bug fortran/31199] write with "t1" format gives wrong output
- References: <bug-31199-6642@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from jvdelisle at gcc dot gnu dot org 2007-03-19 05:49 -------
Found it. In the case of advance="no" we are not saving the maximum position
reached to be used by the following write statement. This one is subtle.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31199