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/85779] ICE in gfc_typename, at fortran/misc.c:156


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

--- Comment #3 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Thu May 24 22:31:11 2018
New Revision: 260697

URL: https://gcc.gnu.org/viewcvs?rev=260697&root=gcc&view=rev
Log:
2018-05-24  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/85779
        * decl.c (gfc_match_derived_decl): Fix NULL point dereference.

2018-05-24  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/85779
        * gfortran.dg/pr85779_1.f90: New test.
        * gfortran.dg/pr85779_2.f90: Ditto.
        * gfortran.dg/pr85779_3.f90: Ditto.

Added:
    trunk/gcc/testsuite/gfortran.dg/pr85779_1.f90
    trunk/gcc/testsuite/gfortran.dg/pr85779_2.f90
    trunk/gcc/testsuite/gfortran.dg/pr85779_3.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/decl.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]