------- Comment #7 from burnus at gcc dot gnu dot org 2010-03-31 18:05 ------- Note: For coarrays/coindexed variables, the shape must be the same. That means that there is _no_ reallocate on assignment, cf. F2008, "7.2.1.2 Intrinsic assignment statement": "In an intrinsic assignment statement, [...] (3) the variable and expr shall be conformable unless the variable is an allocatable array that has the same rank as expr and is neither a coarray nor a coindexed object,"
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35810