This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r212329 - in /branches/gcc-4_9-branch/gcc: fort...
- From: dominiq at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 07 Jul 2014 12:32:38 -0000
- Subject: r212329 - in /branches/gcc-4_9-branch/gcc: fort...
Author: dominiq
Date: Mon Jul 7 12:32:37 2014
New Revision: 212329
URL: https://gcc.gnu.org/viewcvs?rev=212329&root=gcc&view=rev
Log:
2014-07-07 Dominique d'Humieres <dominiq@lps.ens.fr>
Mikael Morin <mikael@gcc.gnu.org>
PR fortran/41936
gcc/fortran/
* trans-expr.c (gfc_conv_expr_reference): Deallocate array
components.
gcc/testsuite/
* gfortran.dg/class_array_15.f03: Check memory leaks.
Modified:
branches/gcc-4_9-branch/gcc/fortran/ChangeLog
branches/gcc-4_9-branch/gcc/fortran/trans-expr.c
branches/gcc-4_9-branch/gcc/testsuite/ChangeLog
branches/gcc-4_9-branch/gcc/testsuite/gfortran.dg/class_array_15.f03