URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [cris/] [v32-err-11.s] - Rev 205
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