PR 49296 List directed read of string ending in EOF.
commit6e5d2d21c82843720cb1d3f02146da2fc71dc4cf
authorjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 Jun 2011 07:53:09 +0000 (18 07:53 +0000)
committerjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 Jun 2011 07:53:09 +0000 (18 07:53 +0000)
tree46d30eee1cd090769d6139829ec4dc3264ec1a2f
parente16e10c862fa573fe3b83a4a009d655be74db097
PR 49296 List directed read of string ending in EOF.

libgfortran ChangeLog entry:

2011-06-18  Janne Blomqvist  <jb@gcc.gnu.org>

        PR libfortran/49296
        * io/list_read.c (read_character): Accept EOF as a separator when
        reading string.

testsuite ChangeLog entry:

2011-06-18  Janne Blomqvist  <jb@gcc.gnu.org>

        PR libfortran/48296
* gfortran.dg/read_list_eof_1.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175166 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/read_list_eof_1.f90 [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/io/list_read.c