[Patch, Fortran] PR57906 - fix issue with coarray component assignment

2013-07-22 Thread Tobias Burnus
For coarrays, an assignment does not affect the allocation status. That also implies that the type parameters, shape and effective types between the LHS and RHS have to match. For coarrays components, that's handled (since Rev. 200955) by re-assigning the saved data after the assignment: tm

Re: [Patch, Fortran] PR57906 - fix issue with coarray component assignment

2013-07-22 Thread Steve Kargl
On Mon, Jul 22, 2013 at 07:17:50PM +0200, Tobias Burnus wrote: > For coarrays, an assignment does not affect the allocation status. That > also implies that the type parameters, shape and effective types between > the LHS and RHS have to match. > > For coarrays components, that's handled (since