https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87359
--- Comment #45 from Paul Thomas <pault at gcc dot gnu.org> --- Author: pault Date: Sun Sep 30 13:52:55 2018 New Revision: 264725 URL: https://gcc.gnu.org/viewcvs?rev=264725&root=gcc&view=rev Log: 2018-09-30 Paul Thomas <pa...@gcc.gnu.org> PR fortran/87359 * trans-array.c (gfc_is_reallocatable_lhs): Correct the problem introduced by r264358, which prevented components of associate names from being reallocated on assignment. 2018-09-30 Paul Thomas <pa...@gcc.gnu.org> PR fortran/87359 * gfortran.dg/associate_40.f90 : New test. Added: trunk/gcc/testsuite/gfortran.dg/associate_40.f90 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/trans-array.c trunk/gcc/testsuite/ChangeLog