This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]