alloc_comp_assign_6.f90
1.88 KB
-
re PR fortran/32880 (User operator & allocatable TYPE components: wrong deallocate) · b8247b13
2007-07-28 Paul Thomas <pault@gcc.gnu.org> PR fortran/32880 * trans-expr.c (gfc_trans_scalar_assign): Revert to fixed order for lse and rse pre expressions, for derived types with allocatable components. Instead, assign the lhs to a temporary and deallocate after the assignment. 2007-07-28 Paul Thomas <pault@gcc.gnu.org> PR fortran/32880 * gfortran.dg/alloc_comp_assign_6.f90: New test. From-SVN: r127011
Paul Thomas committed