[Bug middle-end/122980] asm() 'c' operand modifier not working consistently
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Dec 3 15:38:02 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122980
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
CC| |jakub at gcc dot gnu.org
Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
This is how it has behaved since forever, it is really target dependent and
shouldn't be changed. If you want something consistent without any prefixes,
%ccN which has been introduced exactly to be consistent on all targets in GCC
15.
More information about the Gcc-bugs
mailing list