* gas/cris/rd-bcnst2-pic.d, gas/cris/rd-bcnst2.d,
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / range-err-2.s
CommitLineData
a471a06b
HPN
1; Test error cases for constant ranges.
2
3; { dg-do assemble { target cris-*-* } }
4
5 .text
0465aa2f 6 .syntax no_register_prefix
a471a06b
HPN
7start:
8 moveq external_symbol,r0 ; { dg-error "Semantics error" }
9 addq external_symbol,r0 ; { dg-error "Semantics error" }
10 break external_symbol ; { dg-error "Semantics error" }
This page took 0.416124 seconds and 4 git commands to generate.