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/67616] ICE on data initialization of type variable in block


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

--- Comment #4 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Fri Oct  2 21:11:47 2015
New Revision: 228427

URL: https://gcc.gnu.org/viewcvs?rev=228427&root=gcc&view=rev
Log:
2015-10-01  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/67616
        * primary.c (gfc_match_structure_constructor): Use a possibly
        host-associated symtree to prevent ICE.

2015-10-01  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/67616
        * gfortran.dg/pr67616.f90: New test.

Added:
    branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr67616.f90
Modified:
    branches/gcc-5-branch/gcc/fortran/ChangeLog
    branches/gcc-5-branch/gcc/fortran/primary.c
    branches/gcc-5-branch/gcc/testsuite/ChangeLog


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