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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|1                           |0
          Component|bootstrap                   |ipa
             Status|WAITING                     |UNCONFIRMED
           Keywords|wrong-code                  |lto

--- Comment #12 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Actually I think I have seen this before. The problem is we start inlining
something and that is not mangled (for some reason) but with LTO we have
already freed the language specific part of the decl and we ICE because of
that.

Let me find the duplicate.

Reply via email to