x86-64: also optimize ANDQ with immediate fitting in 7 bits
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / err-byte1.s
CommitLineData
3c3bdf30 1% { dg-do assemble { target mmix-*-* } }
5e359a63
NC
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 }
3c3bdf30
NC
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
10Main SWYM 0,0,0
11 BYTE 2,"no end
12 BYTE 0
This page took 0.849434 seconds and 4 git commands to generate.