]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/arc/warn.s
arc: Improve error messages when assembling
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / arc / warn.s
CommitLineData
252b5132
RH
1; Test ARC specific assembler warnings
2;
d105775e 3; { dg-do assemble { target arc*-*-* } }
252b5132
RH
4
5 b.d foo
3128916d 6 mov r0,256
252b5132 7
3128916d 8 j.d foo ; { dg-error "Error: flag mismatch for instruction 'j'" }
252b5132
RH
9 mov r0,r1
10
252b5132 11foo:
886a2506 12