Re: [Patch, Fortran] PR 49324: Deep copy array constr of DT with allocatable components

2011-06-10 Thread jerry DeLisle
On 06/10/2011 05:12 AM, Tobias Burnus wrote: This patch fixes parts of the PR 49324: There was a deep copy missing for assigning an array constructor of a DT with allocatable components. Whether a deep copy is done, depends on a flag. I think the flag has been added to avoid a deep copy and mult

[Patch, Fortran] PR 49324: Deep copy array constr of DT with allocatable components

2011-06-10 Thread Tobias Burnus
This patch fixes parts of the PR 49324: There was a deep copy missing for assigning an array constructor of a DT with allocatable components. Whether a deep copy is done, depends on a flag. I think the flag has been added to avoid a deep copy and multiple evaluation for functions, which return