https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117782

--- Comment #6 from kugan at gcc dot gnu.org ---
(In reply to Andrew Pinski from comment #5)
> Specifically see
> https://inbox.sourceware.org/gcc-patches/20241031204043.3231740-1-ak@linux.
> intel.com/T/#u .
> 
> You need to figure out why need_assembler_name_p is return false for this
> decl which happens way before decl_assembler_name happens.

Thanks Andrew. Looks like the same. 

I don't see this patch being committed though. I still see:

  /* Abstract decls do not need an assembler name.  */
  if (DECL_ABSTRACT_P (decl))
    return false;

in need_assembler_name_p

Reply via email to