[Bug c/91298] Error: junk `(%rip)' after expression
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jul 30 11:13:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91298
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> ---
Dollar is a special character at least in -masm=att mode, so you don't want to
start identifiers with it, or try -masm=intel.
More information about the Gcc-bugs
mailing list