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