gas/
[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-*-* } 10 }
3 % { dg-bogus "end of file" "" { xfail mmix-*-* } 0 }
4
5 # Note that the error is detected in the preformatter, before the text
6 # gets to the assembler. It also gets confused about the unterminated
7 # string. Well, at least we get error messages for it, so no worries.
8
9 Main SWYM 0,0,0
10 BYTE 2,"no end
11 BYTE 0
This page took 0.031633 seconds and 4 git commands to generate.