[Bug target/111367] Error: operand out of range (0x1391c is not between 0xffffffffffff8000 and 0x7fff)

linkw at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Sep 15 07:44:10 GMT 2023


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

Kewen Lin <linkw at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #5 from Kewen Lin <linkw at gcc dot gnu.org> ---
This is 32 bit specific issue, the root cause is that we don't support
stack_protect_setsi and stack_protect_testsi to emit prefixed insns, but the
previous checks consider it's valid to use them.

This is something we missed to update before.


More information about the Gcc-bugs mailing list