Re: RFC: Backport deep-copy assignment for constructors (PR 49324)

2011-06-16 Thread jerry DeLisle
On 06/16/2011 12:22 AM, Tobias Burnus wrote: Hi all, if the RHS is an array constructor, gfortran didn't deep copy allocatable components. That was fixed for the trunk by the patch at http://gcc.gnu.org/ml/fortran/2011-06/msg00095.html The wrong-code issue is not a regression and code leadin

RFC: Backport deep-copy assignment for constructors (PR 49324)

2011-06-16 Thread Tobias Burnus
Hi all, if the RHS is an array constructor, gfortran didn't deep copy allocatable components. That was fixed for the trunk by the patch at http://gcc.gnu.org/ml/fortran/2011-06/msg00095.html The wrong-code issue is not a regression and code leading to the bug seems to be sparse, judging how man