Re: [PATCH] Fortran: fix check for class array valued constructors and functions [PR123961]
Paul Richard Thomas <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <CAGkQGiKLC_x+TVztzeAUePHb1Wvs3fCA74zXw7EMQsdY654LSQ@mail.gmail.com> |
Hi Harald, That looks good to me. OK for both mainline and 15-branch. 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 >