PATCH: Update cris testcase

H . J . Lu hjl@lucon.org
Sat Aug 4 19:25:00 GMT 2001


I checked in the following patch. The assembler error messages have
been changed.


H.J.
----
2001-08-04  H.J. Lu  <hjl@gnu.org>

	* gas/cris/operand-err-1.s: Updated.

Index: gas/cris/operand-err-1.s
===================================================================
RCS file: /work/cvs/gnu/binutils/gas/testsuite/gas/cris/operand-err-1.s,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 operand-err-1.s
--- gas/cris/operand-err-1.s	2000/07/21 02:21:16	1.1.1.1
+++ gas/cris/operand-err-1.s	2001/08/05 02:20:04
@@ -29,8 +29,8 @@ start:
  test.d [r3=r2+[r4]] ; { dg-error "(Illegal|Invalid) operands" }
  test.d [r3=r2+[r4].w ; { dg-error "(Illegal|Invalid) operands" }
  test.d [r3=r2] ; { dg-error "(Illegal|Invalid) operands" }
- test.d [r3=r2+] ; { dg-error "(Illegal|Invalid) operands|Bad expression" }
- test.d [r3++] ; { dg-error "(Illegal|Invalid) operands|Bad expression" }
+ test.d [r3=r2+] ; { dg-error "(Illegal|Invalid) operands|(B|b)ad expression" }
+ test.d [r3++] ; { dg-error "(Illegal|Invalid) operands|(B|b)ad expression" }
 
 ; I think these should be valid; a dip with "postincrement" on
 ; the insn that follows.



More information about the Binutils mailing list