This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, Fortran, F03] PR 80983: memory leak when calling procedure-pointer component with allocatable result


Hi,

On 15 June 2017 at 23:18, Janus Weil <janus@gcc.gnu.org> wrote:
> 2017-06-15 15:33 GMT+02:00 Thomas Koenig <tkoenig@netcologne.de>:
>> Hi Janus,
>>
>>> It regtests cleanly on x86_64-linux-gnu. Ok for trunk?
>>
>>
>> OK.
>>
>> Thanks for the patch!
>
> Thanks, Thomas! Committed as r249227.
>

There's a problem with the new test. It says:
gfortran.dg/proc_ptr_comp_51.f90   -O  : dump file does not exist
UNRESOLVED: gfortran.dg/proc_ptr_comp_51.f90   -O
scan-tree-dump-times original "__builtin_free" 3

You probably either want to add:
! { dg-options "-fdump-tree-original" }
or to remove:
! { dg-final { scan-tree-dump-times "__builtin_free" 3 "original" } }

Thanks,

Christophe

> Cheers,
> Janus


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]