URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [cris/] [v32-err-11.s] - Rev 856
Go to most recent revision | Compare with Previous | Blame | View Log
; { dg-do assemble } ; { dg-options "--march=v32" } ; Check that explicit contants out-of-range for addoq are ; identified. See also v32-err-10.s. .text here: addoq 133,$r0,$acr ; { dg-error "not in 8 bit signed range" } addoq 128,$r0,$acr ; { dg-error "not in 8 bit signed range" } addoq -129,$r0,$acr ; { dg-error "not in 8 bit signed range" } addoq 127,$r0,$acr addoq -128,$r0,$acr
Go to most recent revision | Compare with Previous | Blame | View Log