mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-25 03:44:04 +08:00
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:
parent
117baab877
commit
d48e117527
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user