x86-64: also optimize ANDQ with immediate fitting in 7 bits
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / err-byte1.s
1 % { dg-do assemble { target mmix-*-* } }
2 % { dg-error "unterminated string|missing closing" "" { target mmix-*-* } 11 }
3 % { dg-error "unterminated string|missing closing" "" { target mmix-*-* } 13 }
4 % { dg-warning "end of file" "" { target mmix-*-* } 0 }
5
6 # Note that the error is detected in the preformatter, before the text
7 # gets to the assembler. It also gets confused about the unterminated
8 # string. Well, at least we get error messages for it, so no worries.
9
10 Main SWYM 0,0,0
11 BYTE 2,"no end
12 BYTE 0
This page took 0.030628 seconds and 4 git commands to generate.