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 ff1d1da..0ea4ffc 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 39cbab5..54c9baf 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;