http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57174
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |wrong-code
CC| |burnus at gcc dot gnu.org
Depends on| |56800
Summary|RTE triggered by type |[Fortran-Dev] RTE triggered
|component allocation |by type component
| |allocation
--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2013-05-05
22:04:35 UTC ---
Probably the same issue as PR56800. The ALLOCATE doesn't update "elem_len"
which remains at the value of the declared type.