https://sourceware.org/bugzilla/show_bug.cgi?id=32073

--- Comment #4 from Andreas Schwab <sch...@linux-m68k.org> ---
Testcase from glibc:

$ cat svml_d_acos2_core-sse2.S
#define JUMPTARGET(name) *name##@GOTPCREL(%rip)

.macro WRAPPER_IMPL_SSE2 callee
 call JUMPTARGET(\callee)
.endm
.text
WRAPPER_IMPL_SSE2 acos
$ gcc -c svml_d_acos2_core-sse2.S 
svml_d_acos2_core-sse2.S: Assembler messages:
svml_d_acos2_core-sse2.S:4: Error: invalid character '\' in operand 1
svml_d_acos2_core-sse2.S:7:  Info: macro invoked from here

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to