Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / cris / bound-err-1.s
1 ; { dg-do assemble { target cris-*-* } }
2 ; { dg-options "--march=v32" }
3 x:
4  ; Memory operand for bound didn't make it to v32.  Check that
5  ; it's flagged as an error.
6  bound.b [r3],r7        ; { dg-error "operands" }
7  bound.w [r8+],r1       ; { dg-error "operands" }
8  bound.d [r11],r3       ; { dg-error "operands" }
9  nop ; For alignment purposes.