https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65397
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65397
--- Comment #2 from Tobias Burnus ---
The problem is in resolve_ordinary_assign (resolve.c):
9428 /* Assign the 'data' of a class object to a derived type. */
9429 if (lhs->ts.type == BT_DERIVED
9430 && rhs->ts.type == BT_CLA
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65397
--- Comment #1 from Tobias Burnus ---
See also gfortran.dg/coarray_38.f90 of
https://gcc.gnu.org/ml/fortran/2015-03/msg00057.html (assuming it will
eventually appear on the server)