1 #as: --underscore --em=criself --march=v10
2 #source: bound-err-1.s
3 #objdump: -dr
4 
5 # A bound insn with a memory operand is an error for v32, but is
6 # valid for v10.  Check.
7 
8 .*:     file format elf32-us-cris
9 Disassembly of section \.text:
10 0+ <x>:
11 [ 	]+0:[ 	]+c379[ 	]+bound\.b \[r3\],r7
12 [ 	]+2:[ 	]+d81d[ 	]+bound\.w \[r8\+\],r1
13 [ 	]+4:[ 	]+eb39[ 	]+bound\.d \[r11\],r3
14 [ 	]+6:[ 	]+0f05[ 	]+nop
15