[Bug fortran/65596] [4.9,5.0 Regression] NAMELIST bug with f2003: reads too far

jvdelisle at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Mar 28 15:49:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65596

--- Comment #5 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Author: jvdelisle
Date: Sat Mar 28 13:27:58 2015
New Revision: 221753

URL: https://gcc.gnu.org/viewcvs?rev=221753&root=gcc&view=rev
Log:
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.

Modified:
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/io/transfer.c
    trunk/libgfortran/io/unit.c



More information about the Gcc-bugs mailing list