Re: [PATCH] Fortran: several small fixes in gfc_simplify_eoshift [PR124631]
Harald Anlauf <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <[email protected]> |
Hi Paul, On 3/27/26 08:13, Paul Richard Thomas wrote: > Hello Harald, > > The patch looks good to me and is certainly OK for mainline. It is so > unobtrusive that you might consider a backport as well. > > Thanks for the patch! thanks for the review! Pushed as r16-8308-g73933cdc44dea4 . Will let it sink in for a couple of days before pushing to 15. Best, Harald > Regards > > Paul > > PS Your partial fix for 102619 is frustrating because it looks as if > the interface mapping should be easily fixable but..... well, it > isn't. > > On Thu, 26 Mar 2026 at 20:42, Harald Anlauf <[email protected]> wrote: >> >> Dear all, >> >> the attached patch fixes a missing initialization found by an UBSAN >> instrumented compiler. It also plugs several frontend memleaks >> I found running f951 under valgrind on the testcase in the PR. >> >> Regtested on x86_64-pc-linux-gnu. No new testcase needed. >> OK for mainline? >> >> Thanks, >> Harald >> >