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

--- Comment #9 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Another solution is just to use __builtin_expect or [[likely]] or [[unlikely]]
at the call site. That wouldn't need any compiler changes.

Reply via email to