2010-01-06 Quentin Neill <quentin.neill@amd.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / err-ser-1.s
CommitLineData
3c3bdf30
NC
1% { dg-do assemble { target mmix-*-* } }
2% { dg-bogus "bad expression" "" { xfail mmix-*-* } 9 }
3% { dg-bogus "bad expression" "" { xfail mmix-*-* } 10 }
4
5% Make sure we correctly diagnose the serial-number operator.
6% We can't stop the "bad expression" error, though; hence the "bogus" errors.
7
8a IS 42
9Main TETRA &a<<8 { dg-error "serial number operator is not supported" "" }
10 TETRA 3+&a<<8 { dg-error "serial number operator is not supported" "" }
This page took 0.532248 seconds and 4 git commands to generate.