Re: [PATCH] Fortran: fix several front-end memleaks

2024-10-29 Thread Jerry D
On 10/29/24 2:00 PM, Harald Anlauf wrote: Dear all, while looking at the recent testcase gfortran.dg/pr115070.f90 with f951 running under valgrind, I noticed minor front-end memleaks of gfc_expr's that are probably fallout from a code refactoring, which are fixed by the attached. Regtested on x

[PATCH] Fortran: fix several front-end memleaks

2024-10-29 Thread Harald Anlauf
Dear all, while looking at the recent testcase gfortran.dg/pr115070.f90 with f951 running under valgrind, I noticed minor front-end memleaks of gfc_expr's that are probably fallout from a code refactoring, which are fixed by the attached. Regtested on x86_64-pc-linux-gnu. OK for mainline? Thank

Re: ptype on deferred-length character arrays return empty(?) result

2024-10-29 Thread Steve Kargl
On Tue, Oct 29, 2024 at 04:47:24PM +0900, Kazuyoshi Furutaka wrote: > I've filed a report, and immediately it was marked as a duplicate > of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101826 > Thanks. I was unaware that someone had reported a similar bug report. Sorry about the extra effort

Re: ptype on deferred-length character arrays return empty(?) result

2024-10-29 Thread Kazuyoshi Furutaka
I've filed a report, and immediately it was marked as a duplicate of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101826 Kazuyoshi From: Steve Kargl Subject: Re: ptype on deferred-length character arrays return empty(?) result Date: Mon, 28 Oct 2024 11:46:13 -0700 > On Mon, Oct 28, 2024 at 06:0