On Sat, 19 Apr 2025, Maciej W. Rozycki wrote: > > > > Address this issue by recursing into COMPONENT_REF tree nodes until the > > > > outermost one has been reached, which is supposed to be a MEM_REF one, > > > > accumulating the offset as we go, fixing a commit e0dae4da4c45 ("Alpha: > > > > Also use tree information to get base block alignment") regression. > > > > > > Ping for: > > > <https://inbox.sourceware.org/gcc-patches/alpine.deb.2.21.2502251934260.65...@angie.orcam.me.uk/>. > > OK. Clearly this one slipped through the cracks. > > Good timing, I've applied it now just as I'm about to head away for some > holiday time. I'll take care of the other outstanding stuff in this area > once GCC 16 has opened and work on the Linux kernel side meanwhile, when > I'm back. Thank you for your review.
Umm, I have now become aware that GCC 15 had already branched by the time of your approval; OK for GCC 15 then as it's a regression fix? Maciej