[Bug fortran/56136] [OOP] ICE on lhs-reallocation of an object with overloaded (elemental) assignment operator
mikael at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Jun 15 10:59:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56136
Mikael Morin <mikael at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |mikael at gcc dot gnu.org
Resolution|--- |FIXED
--- Comment #3 from Mikael Morin <mikael at gcc dot gnu.org> ---
(In reply to Dominique d'Humieres from comment #2)
> This PR seems to have been fixed between revisions 200062 and 200078
> (r200069?).
Yes it is the same bug as PR49074.
The ingredients are:
- typebound assignment (though I'm not sure it is necessary),
- elemental procedure with polymorphic dummies,
- need for a temporary.
More information about the Gcc-bugs
mailing list