Commit aed151bb by Jeff Law

Revert "Fix regression reported by tester due to recent IRA changes"

This reverts commit d48e1175.

2020-03-10  Jeff Law  <law@redhat.com>

	Revert:
	2020-02-29  Jeff Law  <law@redhat.com>

	* gcc.target/xstormy16/sfr/06_sfrw_to_var.c: Update expected output.
parent c222eabc
2020-03-10 Jeff Law <law@redhat.com>
Revert:
2020-02-29 Jeff Law <law@redhat.com>
* gcc.target/xstormy16/sfr/06_sfrw_to_var.c: Update expected output.
2020-03-10 Jakub Jelinek <jakub@redhat.com> 2020-03-10 Jakub Jelinek <jakub@redhat.com>
PR target/94088 PR target/94088
......
/* { dg-options { -nostartfiles below100.o -Tbelow100.ld -O2 } } */ /* { 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)) #define SFR (*((volatile unsigned short*)0x7f14))
unsigned short *p = (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