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

David Malcolm <dmalcolm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2023-12-07
             Status|UNCONFIRMED                 |ASSIGNED
     Ever confirmed|0                           |1

--- Comment #1 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
Confirmed.  It's trying to emit:

1466              if (warning (OPT_Wabi_tag, "%qD inherits the %E ABI tag "
1467                           "that %qT (used in its return type) has",
1468                           p->t, tag, *tp))
1469                inform (location_of (*tp), "%qT declared here", *tp);

whilst generating the decl_assembler_name for the SARIF whilst handling the "no
return statement in function returning non-void".

Reply via email to