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/58991] ICE with associate and character string constant


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

--- Comment #2 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Wed Oct  5 21:14:14 2016
New Revision: 240812

URL: https://gcc.gnu.org/viewcvs?rev=240812&root=gcc&view=rev
Log:
2016-10-05  Steven G. Kargl  <kargls@gcc.gnu.org>

        PR fortran/58991
        PR fortran/58992
        * resolve.c (resolve_assoc_var):  Fix CHARACTER type-spec for a
        selector in ASSOCIATE.
        (resolve_fl_variable): Skip checks for an ASSOCIATE variable.


2016-10-05  Steven G. Kargl  <kargls@gcc.gnu.org>

        PR fortran/58991
        PR fortran/58992
        * gfortran.dg/associate_22.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/associate_22.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/resolve.c
    trunk/gcc/testsuite/ChangeLog

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