[Bug fortran/51634] [OOP] ICE with polymorphic operators

pault at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jan 18 23:00:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51634

--- Comment #3 from Paul Thomas <pault at gcc dot gnu.org> 2012-01-18 20:52:51 UTC ---
Author: pault
Date: Wed Jan 18 20:52:48 2012
New Revision: 183287

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183287
Log:
2012-01-18  Paul Thomas  <pault@gcc.gnu.org>

    PR fortran/51634
    * trans-expr.c (gfc_conv_procedure_call): Deallocate allocatable
    components of temporary class arguments.

2012-01-18  Paul Thomas  <pault@gcc.gnu.org>

    PR fortran/51634
    * gfortran.dg/typebound_operator_12.f03: New.
    * gfortran.dg/typebound_operator_13.f03: New.

Added:
    trunk/gcc/testsuite/gfortran.dg/typebound_operator_12.f03
    trunk/gcc/testsuite/gfortran.dg/typebound_operator_13.f03
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-expr.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-bugs mailing list