re PR fortran/48360 (ICE on array assignment statement with allocatable LHS)
authorPaul Thomas <pault@gcc.gnu.org>
Tue, 12 Apr 2011 19:14:49 +0000 (19:14 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Tue, 12 Apr 2011 19:14:49 +0000 (19:14 +0000)
commit99ee02511431124acbfded6350ce5f857664560d
treee65aeb8351493c87a966a5a0d5d79d45115bb6e0
parenteb345401a1a2f6408fddd8538466be1143a95177
re PR fortran/48360 (ICE on array assignment statement with allocatable LHS)

2011-04-12  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/48360
PR fortran/48456
* trans-array.c (get_std_lbound): For derived type variables
return array valued component lbound.

2011-04-12  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/48360
PR fortran/48456
* gfortran.dg/realloc_on_assign_6.f03: New test.

From-SVN: r172339
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/realloc_on_assign_6.f03 [new file with mode: 0644]