2018-09-30 Paul Thomas <pault@gcc.gnu.org>
commita341806439cedeb608f1184d5acb8433bd440b4c
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 30 Sep 2018 13:52:55 +0000 (30 13:52 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 30 Sep 2018 13:52:55 +0000 (30 13:52 +0000)
tree16e4ee88506a0816352bbb6f207faa23c1c50f4b
parent26a5bf7f44fcedb801a1c2022b9ce539801d0f52
2018-09-30  Paul Thomas  <pault@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  <pault@gcc.gnu.org>

PR fortran/87359
* gfortran.dg/associate_40.f90 : New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264725 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/associate_40.f90 [new file with mode: 0644]