2009-04-28 Paul Thomas <pault@gcc.gnu.org>
commite5387fb99fe093bfb88341e8dfc667ea3556c307
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Apr 2009 05:16:19 +0000 (28 05:16 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Apr 2009 05:16:19 +0000 (28 05:16 +0000)
treef04a8d72271d3d34abda6a4ef6ffa6676d1561bd
parent1f63a7d666901121bd8e1a65478855d735fac9a0
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146871 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/trans-expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/alloc_comp_assign_10.f90 [new file with mode: 0644]