http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48296
--- Comment #6 from Janne Blomqvist <jb at gcc dot gnu.org> 2011-07-03 15:54:05 UTC --- Author: jb Date: Sun Jul 3 15:54:02 2011 New Revision: 175787 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175787 Log: PR 48296 Accept EOF as separator when reading string with list format. 2011-07-03 Janne Blomqvist <j...@gcc.gnu.org> Backport from mainline: PR libfortran/49296 * io/list_read.c (read_character): Accept EOF as a separator when reading string. 2011-07-03 Janne Blomqvist <j...@gcc.gnu.org> Backport from mainline: PR libfortran/48296 * gfortran.dg/read_list_eof_1.f90: New test. Added: branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/read_list_eof_1.f90 Modified: branches/gcc-4_6-branch/gcc/testsuite/ChangeLog branches/gcc-4_6-branch/libgfortran/ChangeLog branches/gcc-4_6-branch/libgfortran/io/list_read.c