https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90002
--- Comment #5 from kargl at gcc dot gnu.org --- Author: kargl Date: Fri Jun 21 00:38:13 2019 New Revision: 272540 URL: https://gcc.gnu.org/viewcvs?rev=272540&root=gcc&view=rev Log: 2019-06-20 Steven G. Kargl <ka...@gcc.gnu.org> Backport from mainline PR fortran/90002 * array.c (gfc_free_array_spec): When freeing an array-spec, avoid an ICE for assumed-shape coarrays 2019-06-20 Steven G. Kargl <ka...@gcc.gnu.org> Backport from mainline PR fortran/90002 * gfortran.dg/pr90002.f90: New test. Added: branches/gcc-9-branch/gcc/testsuite/gfortran.dg/pr90002.f90 Modified: branches/gcc-9-branch/gcc/fortran/ChangeLog branches/gcc-9-branch/gcc/fortran/array.c branches/gcc-9-branch/gcc/testsuite/ChangeLog