re PR fortran/33400 (Formatted read fails if line ends without line break)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 28 Sep 2007 16:55:07 +0000 (16:55 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 28 Sep 2007 16:55:07 +0000 (16:55 +0000)
commit04b6b884cdb9370ace48a0f685f06e951711802a
treee3f51a88f8c0f0e33f80754e7747ac1bace2f145
parent80d860132a4c15fa2f614d1c557ab2f8ba207f3e
re PR fortran/33400 (Formatted read fails if line ends without line break)

2007-09-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/33400
* io/list_read.c (next_char): Interpret encountering the end of file the
first time as an end of line.  Subsequent reads give EOF error.

From-SVN: r128868
libgfortran/ChangeLog
libgfortran/io/list_read.c