re PR fortran/67616 (ICE on data initialization of type variable in block)
commitb64c3d0696c572b7fc21fecfd78b9aaadf2b4892
authorSteven G. Kargl <kargl@gcc.gnu.org>
Fri, 2 Oct 2015 00:45:59 +0000 (2 00:45 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Fri, 2 Oct 2015 00:45:59 +0000 (2 00:45 +0000)
tree61b8c947e7c94b277a73d232f1a5492ce631f9b4
parent88a2711ce9ff0e36411268fdad7d4df5e55a7f87
re PR fortran/67616 (ICE on data initialization of type variable in block)

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.

From-SVN: r228363
gcc/fortran/ChangeLog
gcc/fortran/primary.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr67616.f90 [new file with mode: 0644]