[Bug fortran/53643] [OOP] ICE (segfault) with INTENT(OUT) CLASS array
burnus at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jun 12 09:50:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53643
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |burnus at gcc dot gnu.org
--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-06-12 09:50:40 UTC ---
The patch fails at run time for gfortran.dg/typebound_operator_13.f03 in
assign. In GCC 4.7, the generated code is:
if (lhs->_data->position.data != 0B)
With 4.8 and the patch, one has:
if (lhs->_data.position.data != 0B)
^^^
More information about the Gcc-bugs
mailing list