Re: [PATCH} Fix fortran: [PR126170] Fix LTO ICE in copy_function_or_variable
"H.J. Lu" <[email protected]> Sat, 11 Jul 2026 11:39:59 +0800
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <CAMe9rOrBQqqDtOiiE9wGgO__7+Bo=ag5-XhvgfW4iaDsCc0nfw@mail.gmail.com> |
On Sat, Jul 11, 2026 at 12:45 AM Jerry D <[email protected]> wrote: > > On 7/10/26 7:24 AM, Paul Richard Thomas wrote: > > Hi Jerry, > > > > This looks good to me, with a couple of wee grumbles: > > > > (1) + /* Same fix-up, for the finalizer wrapper symbol. */ > > These chunks are 346 lines apart. Entropy will not be increased by > > repeating the first comment. > > Will do.> > > (2) s/CONTAINS'ed/contained/ :-) > > Late night typing, what was I thinking! Fixed it last night and forgot to > redo the diff. > > > > > (3) Finally, since PR125051, which uncovered this one, was backported, > > surely this patch should be backported too? > > Will do.> > > OK for mainline and backporting. > > > > Thanks for the patch. > > > > Paul > > Thanks for the review. > This caused: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126210 -- H.J.