I suspect there'll be a couple more as the tester churns through the targets.


commit aed151bb53b44d523e2732ca6add9324c4ff9798
Author: Jeff Law <l...@redhat.com>
Date:   Tue Mar 10 08:38:14 2020 -0600

    Revert "Fix regression reported by tester due to recent IRA changes"
    
    This reverts commit d48e1175279a551bf90aa5b165fc46a1d5a2c07e.
    
    2020-03-10  Jeff Law  <l...@redhat.com>
    
            Revert:
            2020-02-29  Jeff Law  <l...@redhat.com>
    
            * gcc.target/xstormy16/sfr/06_sfrw_to_var.c: Update expected output.

diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 5ed497dc44c..089874e5f7c 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,10 @@
+2020-03-10  Jeff Law  <l...@redhat.com>
+
+       Revert:
+       2020-02-29  Jeff Law  <l...@redhat.com>
+
+       * gcc.target/xstormy16/sfr/06_sfrw_to_var.c: Update expected output.
+
 2020-03-10  Jakub Jelinek  <ja...@redhat.com>
 
        PR target/94088
diff --git a/gcc/testsuite/gcc.target/xstormy16/sfr/06_sfrw_to_var.c 
b/gcc/testsuite/gcc.target/xstormy16/sfr/06_sfrw_to_var.c
index 54c9baf8746..39cbab5c3e9 100644
--- a/gcc/testsuite/gcc.target/xstormy16/sfr/06_sfrw_to_var.c
+++ b/gcc/testsuite/gcc.target/xstormy16/sfr/06_sfrw_to_var.c
@@ -1,5 +1,5 @@
 /* { dg-options { -nostartfiles below100.o -Tbelow100.ld -O2 } } */
-/* { dg-final { scan-assembler "mov.w r1,32532" } } */
+/* { dg-final { scan-assembler "mov.w r6,32532" } } */
 
 #define SFR (*((volatile unsigned short*)0x7f14))
 unsigned short *p = (unsigned short *) 0x7f14;

Reply via email to