Commit d48e1175 by Jeff Law

Fix regression reported by tester due to recent IRA changes

	* gcc.target/xstormy16/sfr/06_sfrw_to_var.c: Update expected output.
parent 117baab8
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
......
/* { 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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment