New ARC implementation.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / warn.s
CommitLineData
252b5132
RH
1; Test ARC specific assembler warnings
2;
3; { dg-do assemble { target arc-*-* } }
4
5 b.d foo
886a2506 6 mov r0,256
252b5132 7
886a2506 8 j.d foo ; { dg-warning "inappropriate arguments for opcode" "inappropriate arguments for opcode" }
252b5132
RH
9 mov r0,r1
10
252b5132 11foo:
886a2506 12
This page took 0.67712 seconds and 4 git commands to generate.