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/84409] [F03] check DTIO arguments for character len


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

--- Comment #2 from janus at gcc dot gnu.org ---
Author: janus
Date: Thu Feb 15 21:16:00 2018
New Revision: 257711

URL: https://gcc.gnu.org/viewcvs?rev=257711&root=gcc&view=rev
Log:
2018-02-15  Janus Weil  <janus@gcc.gnu.org>

        PR fortran/84409
        * interface.c (check_dtio_arg_TKR_intent): Add a check for character
        length.


2018-02-15  Janus Weil  <janus@gcc.gnu.org>

        PR fortran/84409
        * gfortran.dg/dtio_21.f03: Add an error message.
        * gfortran.dg/dtio_22.f90: Fix invalid test case.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/interface.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/dtio_21.f90
    trunk/gcc/testsuite/gfortran.dg/dtio_22.f90

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