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
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