re PR libfortran/16805 (Runtime failure using list directed read from string)
authorPaul Brook <pbrook@gcc.gnu.org>
Tue, 31 Aug 2004 20:37:43 +0000 (20:37 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Tue, 31 Aug 2004 20:37:43 +0000 (20:37 +0000)
commit334ff453eaa61a47ee9b45b273a0a8057697060e
treedc7a4ca767a0ceaea51b4b9fda68b21315cdcfa6
parentaf287697443400b33dbfd2297bdcf63121e7bc86
re PR libfortran/16805 (Runtime failure using list directed read from string)

PR libfortran/16805
* io/list_read.c (next_char): Don't signal EOF for internal files.
* io/unix.c (mem_alloc_r_at): Don't return NULL for incomplete reads.
testsuite/
2004-08-31  Bud Davis  <bdavis9659@comcast.net>

* gfortran.dg/list_read_2.f90: New test.

From-SVN: r86844
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/list_read_2.f90 [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/io/list_read.c
libgfortran/io/unix.c