This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: Update cris testcase


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]