re PR fortran/65596 (NAMELIST bug with f2003: reads too far)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Sat, 28 Mar 2015 13:27:58 +0000 (13:27 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Sat, 28 Mar 2015 13:27:58 +0000 (13:27 +0000)
commitd520fea881d6d6dc2b57e126651ec4711a3d0faa
tree6b187a79742a615677168c8fe11279a3223b450b
parent85b237bb66c69ef4f74e484a1e093d6544670fe7
re PR fortran/65596 (NAMELIST bug with f2003: reads too far)

2015-03-28 Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/65596
* io/transfer.c (data_transfer_init): If in namelist mode and
delimiter is not specified, set it to DELIM_QUOTE, independent
of -std.
* io/unit.c (init_units): Set flags.delim to the correct
initial value of DELIM_UNSPECIFIED.

From-SVN: r221753
libgfortran/ChangeLog
libgfortran/io/transfer.c
libgfortran/io/unit.c