This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/25349] T edit descriptor broken for output on files
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Dec 2005 12:51:46 -0000
- Subject: [Bug libfortran/25349] T edit descriptor broken for output on files
- References: <bug-25349-10391@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from fxcoudert at gcc dot gnu dot org 2005-12-11 12:51 -------
(In reply to comment #2)
> It does work with g77. Why did you remove PR 19292?
Sorry, must have been a wrong keypress, didn't mean to do it.
Another thing. I updated my tree (Thomas' convert patch got in) and this
changed the problem:
$ cat t.f
write (*,'(1X,A,T1,A)') 'A','B'
end
$ gfortran t.f && ./a.out
At line 1 of file t.f
Fortran runtime error: End of record
Does someone else see this?
--
fxcoudert at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |19292
nThis| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25349