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/78297] ICE in finish_equivalences, at fortran/trans-common.c:1246


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

--- Comment #3 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Wed Nov 23 21:44:05 2016
New Revision: 242802

URL: https://gcc.gnu.org/viewcvs?rev=242802&root=gcc&view=rev
Log:
2016-11-23  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/78297
        * trans-common.c (finish_equivalences): Do not dereference a NULL
pointer.

2016-11-23  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/78297
        * gfortran.dg/pr78297.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/pr78297.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-common.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]