[Bug fortran/57562] [OOP] Internal compiler error due to extended derived type with PARAMETER attribute
burnus at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jun 7 22:11:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57562
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |burnus at gcc dot gnu.org
Summary|Internal compiler error due |[OOP] Internal compiler
|to extended derived type |error due to extended
|with PARAMETER attribute |derived type with PARAMETER
| |attribute
Ever confirmed|0 |1
Keywords| |ice-on-valid-code
Status|UNCONFIRMED |NEW
Last reconfirmed| |2013-06-07
--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> ---
The problem seems to be that expr.c's find_component_ref is not prepared to
find the parent's elements as dt%comp instead of as dt%parent%comp.
More information about the Gcc-bugs
mailing list