From: H.J. Lu Date: Sun, 5 Aug 2001 02:22:09 +0000 (+0000) Subject: 2001-08-04 H.J. Lu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=25a7b89f8b9934347802cd4d011d6b32eec3183d;p=binutils-gdb.git 2001-08-04 H.J. Lu * gas/cris/operand-err-1.s: Updated. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 9f2fbf79174..17a72d57e9e 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2001-08-04 H.J. Lu + + * gas/cris/operand-err-1.s: Updated. + 2001-08-04 H.J. Lu Chris G. Demetriou diff --git a/gas/testsuite/gas/cris/operand-err-1.s b/gas/testsuite/gas/cris/operand-err-1.s index a8ed636b717..c6be026fcff 100644 --- a/gas/testsuite/gas/cris/operand-err-1.s +++ b/gas/testsuite/gas/cris/operand-err-1.s @@ -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.