This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: PATCH: fortran/27351: Memory leak in gfc_conv_array_transpose
- From: "François-Xavier Coudert" <fxcoudert at gmail dot com>
- To: "H. J. Lu" <hjl at lucon dot org>
- Cc: gcc-patches at gcc dot gnu dot org, fortran at gcc dot gnu dot org
- Date: Sat, 29 Apr 2006 09:19:21 +0200
- Subject: Re: PATCH: fortran/27351: Memory leak in gfc_conv_array_transpose
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fXLheSe6G5pIaPOLlCEv7TrU+zCRox61jPC50GmfIyGDKk8du/jMwQU7bZMi7U8LTZgS8mWRrKtmuWH27VAMB3qdMLJxCyzHWdjsN62FpSEGXFRP3Jlk3oCGWiiFU5gtjDbcrRDmyS4ssUMHFH7VK0kDwAxC4dgywTN7y/71wKc=
- References: <20060428224548.GA29018@lucon.org>
2006-04-28 H.J. Lu <hongjiu.lu@intel.com>
PR fortran/27351
* trans-array.c (gfc_conv_array_transpose): Move gcc_assert
before gfc_conv_expr_descriptor.
OK for mainline. Can you please test, before commiting it, if it fixes
PR 26119 too and, in that case, report it to the list and add the PR
number to the ChangeLog entry and commit message?
Thanks,
FX