x86: better respect quotes in parse_operands()
[binutils-gdb.git] / gas / testsuite / gas / i386 / quoted.s
index 3bbeedfa0bc0ce719e4c3a7726310edc799fbf93..1e57c86007f232a0bd0ade22025ceb029cb45fbd 100644 (file)
@@ -5,6 +5,10 @@ quoted:
        mov     %es:"x(y)", %eax
        mov     %es:"x(y)"(%eax), %eax
 
+       mov     "x(y", %eax
+       mov     "x)y", %eax
+       mov     "x?y", %eax
+
        call    *"x(y)"
        call    *%es:"x(y)"
        call    %es:*"x(y)"