[Bug target/124383] cold attribute causes an extra jump

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Mar 6 01:52:37 GMT 2026


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|rtl-optimization            |target
             Target|                            |X86_64

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This just jumping to the other section and normally conditional jumps have a
shorter range than unconditionally ones. So this is a target issue.


More information about the Gcc-bugs mailing list