[Bug libfortran/49296] [4.6/4.7 Regression] Wrong END OF FILE error for list-directed I/O with strings
jb at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Jun 11 08:42:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49296
Janne Blomqvist <jb at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot |jb at gcc dot gnu.org
|gnu.org |
--- Comment #8 from Janne Blomqvist <jb at gcc dot gnu.org> 2011-06-11 08:41:40 UTC ---
Assigning to myself. I'm pretty busy at the moment, though.. :(
Anyways, seems the problem is that we hit EOF before the end of the record;
that is, read.dat doesn't contain a \n at the end of the line. Shouldn't be too
hard to fix.
More information about the Gcc-bugs
mailing list