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/78593] [6/7 Regression] ICE in gfc_match_varspec, at fortran/primary.c:2053


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

--- Comment #3 from janus at gcc dot gnu.org ---
Author: janus
Date: Wed Nov 30 13:23:17 2016
New Revision: 243020

URL: https://gcc.gnu.org/viewcvs?rev=243020&root=gcc&view=rev
Log:
2016-11-30  Janus Weil  <janus@gcc.gnu.org>

        PR fortran/78593
        * primary.c (gfc_match_varspec): Check if sym is non-null to avoid ICE.

2016-11-30  Janus Weil  <janus@gcc.gnu.org>

        PR fortran/78593
        * gfortran.dg/derived_result.f90: New test case.

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