Fix regression reported by tester due to recent IRA changes

* gcc.target/xstormy16/sfr/06_sfrw_to_var.c: Update expected output.
This commit is contained in:
Jeff Law 2020-02-29 08:30:20 -07:00
parent 117baab877
commit d48e117527
2 changed files with 5 additions and 1 deletions

View 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

View 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;