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/39879] [4.3/4.4/4.5 Regression] double free or corruption abort with gfortran



------- Comment #10 from pault at gcc dot gnu dot org  2009-04-28 05:16 -------
Subject: Bug 39879

Author: pault
Date: Tue Apr 28 05:16:19 2009
New Revision: 146871

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146871
Log:
2009-04-28  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/39879
        * trans_expr.c (gfc_conv_procedure_call): Deep copy a derived
        type parentheses argument if it is a variable with allocatable
        components.

2009-04-28  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/39879
        * gfortran.dg/alloc_comp_assign_10.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/alloc_comp_assign_10.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-expr.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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