re PR fortran/77420 (gfortran and equivalence produces internal compiler error)
authorSteven G. Kargl <kargl@gcc.gnu.org>
Mon, 26 Sep 2016 18:44:36 +0000 (18:44 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Mon, 26 Sep 2016 18:44:36 +0000 (18:44 +0000)
commita184e37f0c1e72404b92c1bef9aa812b75b16fd8
treeddb32dcdd7307b2df869dadab1a06b1ab3b299be
parent8be59d19f27684eed54b611dcf68f590553d8386
re PR fortran/77420 (gfortran and equivalence produces internal compiler error)

2016-09-26  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/77420
* trans-common.c:  Handle array elements in equivalence when
the lower and upper bounds of array spec are NULL.

2016-09-26  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/77420
* gfortran.dg/pr77420_1.f90: New test.
* gfortran.dg/pr77420_2.f90: Ditto.
* gfortran.dg/pr77420_3.f90: New test. Requires ...
* gfortran.dg/pr77420_4.f90: this file.

From-SVN: r240506
gcc/fortran/ChangeLog
gcc/fortran/trans-common.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr77420_1.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/pr77420_2.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/pr77420_3.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/pr77420_4.f90 [new file with mode: 0644]