Re: [PATCH] Fortran: fix check for class array valued constructors and functions [PR123961]
Harald Anlauf <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <[email protected]> |
Hi Paul! Am 08.02.26 um 8:27 AM schrieb Paul Richard Thomas: > Hi Harald, > > That looks good to me. OK for both mainline and 15-branch. Pushed to mainline as r16-7396-gf48b55c50d254c so far. Thanks for the review! Harald > Thanks for the patch. > > Paul > > On Sat, 7 Feb 2026 at 19:31, Harald Anlauf <[email protected]> wrote: >> >> Dear all, >> >> the attached obvious patch fixes the array check for class array valued >> constructors and functions, and a latent NULL pointer dereference that >> could occur later. >> >> Regtested on x86_64-pc-linux-gnu. OK for mainline / 15-backport? >> >> Thanks, >> Harald >> >