https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120803
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- This is not a bug, that is how GNU inline asms have behaved since forever. The reason is that in RTL CONST_INTs don't have a mode and are treated as signed. Changing this now would break a lot of real-world code.