This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, Fortran] PR 58058: [4.7/4.8/4.9 Regression] Memory leak with transfer function
- From: Mikael Morin <mikael dot morin at sfr dot fr>
- To: Janus Weil <janus at gcc dot gnu dot org>
- Cc: gfortran <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 09 Aug 2013 17:34:57 +0200
- Subject: Re: [Patch, Fortran] PR 58058: [4.7/4.8/4.9 Regression] Memory leak with transfer function
- References: <CAKwh3qgaoH2_j7eEGtMS_HHtFE3aRKkUHzZk0jigxYmuicCvnA at mail dot gmail dot com> <CAKwh3qhmWwykf5pu=f1wxhxBKvZ-2pkY74ni5OpUrJGnNVwbWQ at mail dot gmail dot com>
Le 08/08/2013 16:54, Janus Weil a écrit :
> ping!
>
> 2013/8/3 Janus Weil <janus@gcc.gnu.org>:
>> Hi all,
>>
>> the attached patch plugs a memory leak of the TRANSFER intrinsic,
>> which can occur when transferring to CHARACTER strings. For details
>> see the PR.
>>
>> Regtested on x86_64-unknown-linux-gnu. Ok for trunk/4.8/4.7?
>>
Looks good, yes.
Thanks.
Mikael