[Bug fortran/48700] memory leak with MOVE_ALLOC
burnus at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Nov 29 10:02:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48700
--- Comment #9 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-11-29 09:57:45 UTC ---
Author: burnus
Date: Tue Nov 29 09:57:40 2011
New Revision: 181801
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181801
Log:
2011-11-29 Tobias Burnus <burnus@net-b.de>
PR fortran/51306
PR fortran/48700
* check.c (gfc_check_move_alloc): Make sure that from/to
are both polymorphic or neither.
* trans-intrinsic.c (conv_intrinsic_move_alloc): Cleanup,
generate inline code.
2011-11-29 Tobias Burnus <burnus@net-b.de>
PR fortran/51306
PR fortran/48700
* gfortran.dg/move_alloc_5.f90: Add dg-error.
* gfortran.dg/select_type_23.f03: Add dg-error.
* gfortran.dg/move_alloc_6.f90: New.
* gfortran.dg/move_alloc_7.f90: New.
Added:
trunk/gcc/testsuite/gfortran.dg/move_alloc_6.f90
trunk/gcc/testsuite/gfortran.dg/move_alloc_7.f90
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/check.c
trunk/gcc/fortran/trans-intrinsic.c
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gfortran.dg/move_alloc_5.f90
trunk/gcc/testsuite/gfortran.dg/select_type_23.f03
More information about the Gcc-bugs
mailing list