[Bug fortran/80484] Three syntax errors involving derived-type I/O

jvdelisle at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Apr 23 15:49:00 GMT 2017


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

--- Comment #13 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Author: jvdelisle
Date: Sun Apr 23 15:49:16 2017
New Revision: 247084

URL: https://gcc.gnu.org/viewcvs?rev=247084&root=gcc&view=rev
Log:
2017-04-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        PR fortran/80484
        * io.c (format_lex): Check for '/' and set token to FMT_SLASH.
        (check_format): Move FMT_DT checking code to data_desc section.
        * module.c (gfc_match_use): Include the case of INTERFACE_DTIO.

        PR fortran/80484
        * gfortran.dg/dtio_29.f03: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/dtio_29.f03
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/io.c
    trunk/gcc/fortran/module.c
    trunk/gcc/testsuite/ChangeLog


More information about the Gcc-bugs mailing list