Fix regression reported by tester due to recent IRA changes
authorJeff Law <law@redhat.com>
Sat, 29 Feb 2020 15:30:20 +0000 (08:30 -0700)
committerJeff Law <law@redhat.com>
Sat, 29 Feb 2020 15:30:20 +0000 (08:30 -0700)
* gcc.target/xstormy16/sfr/06_sfrw_to_var.c: Update expected output.

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/xstormy16/sfr/06_sfrw_to_var.c

index ff1d1da33003690d44c721a53e456b865546d93e..0ea4ffcc5f9eee3d7e7b7e724e5a3e3ceae1a6e4 100644 (file)
@@ -1,3 +1,7 @@
+2020-02-29  Jeff Law  <law@redhat.com>
+
+       * gcc.target/xstormy16/sfr/06_sfrw_to_var.c: Update expected output.
+
 2020-02-28  Iain Sandoe  <iain@sandoe.co.uk>
 
        * g++.dg/coroutines/torture/func-params-08.C: Update
index 39cbab5c3e939466617668efcd283d509205e1db..54c9baf8746a60dc95913076d982bf3cd358c4f4 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-options { -nostartfiles below100.o -Tbelow100.ld -O2 } } */
-/* { dg-final { scan-assembler "mov.w r6,32532" } } */
+/* { dg-final { scan-assembler "mov.w r1,32532" } } */
 
 #define SFR (*((volatile unsigned short*)0x7f14))
 unsigned short *p = (unsigned short *) 0x7f14;