[Bug fortran/65397] [Coarrays][OOP] ICE in resolve_ordinary_assign

2015-03-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65397 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/65397] [Coarrays][OOP] ICE in resolve_ordinary_assign

2015-03-12 Thread burnus at gcc dot gnu.org
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

[Bug fortran/65397] [Coarrays][OOP] ICE in resolve_ordinary_assign

2015-03-12 Thread burnus at gcc dot gnu.org
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)