On Tue, Nov 26, 2024 at 04:06:37PM -0800, Andrew Pinski wrote: > On Thu, Oct 31, 2024 at 1:41 PM Andi Kleen <a...@linux.intel.com> wrote: > > > > From: Andi Kleen <a...@gcc.gnu.org> > > > > autofdo looks up inline stacks and tries to match them with the profile > > data using their symbol name. Make sure all decls that can be in a inline > > stack > > have a valid assembler name. > > > > This fixes a bootstrap problem with autoprofiledbootstrap and LTO. > > > > 2024-10-30 Jason Merrill <ja...@redhat.com> > > Andrew Pinski <quic_apin...@quicinc.com> > > Andi Kleen <a...@gcc.gnu.org> > > gcc/ChangeLog: > > > > PR bootstrap/117350 > > * tree.cc (need_assembler_name_p): Keep assembler name > > for abstract declarations when autofdo is used. > > > Looks like this patch was never pushed even though it was approved and > the bug report was closed as being fixed. > I suspect https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117782 is a > duplicate of bug 117350 now too.
Oops. Will do it it now. Thanks. -Andi