summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/cris/v32-err-10.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/cris/v32-err-10.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/cris/v32-err-10.s19
1 files changed, 0 insertions, 19 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/cris/v32-err-10.s b/binutils-2.17/gas/testsuite/gas/cris/v32-err-10.s
deleted file mode 100644
index dda3c69a..00000000
--- a/binutils-2.17/gas/testsuite/gas/cris/v32-err-10.s
+++ /dev/null
@@ -1,19 +0,0 @@
-; { dg-do assemble }
-; { dg-options "--march=v32" }
-
-; Check that explicit contants out-of-range for addo are
-; identified. We don't check addoq here, since that range check
-; is done at a later stage which isn't entered if there were
-; errors.
-
- .text
-here:
- addo.b 133,$r0,$acr ; { dg-error "not in 8 bit signed range" }
- addo.b 128,$r0,$acr ; { dg-error "not in 8 bit signed range" }
- addo.b -129,$r0,$acr ; { dg-error "not in 8 bit signed range" }
- addo.b 127,$r0,$acr
- addo.b -128,$r0,$acr
- addo.w 32768,$r0,$acr ; { dg-error "not in 16 bit signed range" }
- addo.w -32769,$r0,$acr ; { dg-error "not in 16 bit signed range" }
- addo.w 32767,$r0,$acr
- addo.w -32768,$r0,$acr