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-6.s] - Rev 853
Go to most recent revision | Compare with Previous | Blame | View Log
; Error for flags not applicable to current arch. ; #4: Error for v32 and pre-v10 flags for v10. ; { dg-do assemble } ; { dg-options "--march=v10" } y: clearf p ; { dg-error "(Illegal|Invalid) operands" } setf P ; { dg-error "(Illegal|Invalid) operands" } setf u ; { dg-error "(Illegal|Invalid) operands" } clearf U ; { dg-error "(Illegal|Invalid) operands" } clearf d ; { dg-error "(Illegal|Invalid) operands" } setf D ; { dg-error "(Illegal|Invalid) operands" } clearf e ; { dg-error "(Illegal|Invalid) operands" } setf E ; { dg-error "(Illegal|Invalid) operands" } clearf b setf B setf m clearf M
Go to most recent revision | Compare with Previous | Blame | View Log