re PR fortran/55818 (Reading a REAL from a file which doesn't end in a new line fails)
commitcc1863452c2ebf3696ac7247aa9e4ae9db633c49
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Wed, 2 Jan 2013 17:09:09 +0000 (2 17:09 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Wed, 2 Jan 2013 17:09:09 +0000 (2 17:09 +0000)
tree96f69140388e01cd86f90c4f421f951de7d9ebb1
parent8c075fb4a3711edf275dea817aeaee0085e93e58
re PR fortran/55818 (Reading a REAL from a file which doesn't end in a new line fails)

2013-01-02  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/55818
* io/list_read.c (read_real): Do not call hit_eof when EOF can be
treated as a value separator.
(parse_real): Likewise.
(read_logical): Likewise.
(read_character): Likewise.
(read_complex): Likewise.

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