This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

--- Comment #15 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Author: jvdelisle
Date: Thu May  4 18:45:50 2017
New Revision: 247615

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

        Backport from trunk.
        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.
        Backport from mainline
        PR fortran/80484
        * gfortran.dg/dtio_29.f03: New test.

Added:
    branches/gcc-7-branch/gcc/testsuite/gfortran.dg/dtio_29.f03
Modified:
    branches/gcc-7-branch/gcc/fortran/ChangeLog
    branches/gcc-7-branch/gcc/fortran/io.c
    branches/gcc-7-branch/gcc/fortran/module.c
    branches/gcc-7-branch/gcc/testsuite/ChangeLog

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]