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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|link-failure                |

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
So the problem is there is a divertization call and then
_ZThn120_N14Gtid_log_event13get_data_sizeEv is not inlined but still emitted as
a hidden function and _ZThn120_N14Gtid_log_event13get_data_sizeEv is directly
called.

That should still be ok. I am thinking this is/was a binutils bug ...

Reply via email to