Re: [PATCH] Fix up gcc.target/i386/call-1.c testcase (PR rtl-optimization/11304)

2019-02-05 Thread Mike Stump
On Feb 2, 2019, at 2:32 AM, Jakub Jelinek wrote: > > Regardless of the PR87485 decision, I think we should fix this testcase. > ok for trunk? Ok. > 2019-02-02 Jakub Jelinek > > PR rtl-optimization/11304 > * gcc.target/i386/call-1.c (set_eax): Add "eax" clobber. > * gcc.ta

[PATCH] Fix up gcc.target/i386/call-1.c testcase (PR rtl-optimization/11304)

2019-02-02 Thread Jakub Jelinek
On Sat, Feb 02, 2019 at 11:22:55AM +0100, Jakub Jelinek wrote: > The only "regression" was gcc.target/i386/call-1.c with > -fstack-protector-strong, but that is because the test is invalid: > void set_eax(int val) > { > __asm__ __volatile__ ("mov %0, %%eax" : : "m" (val)); > } > - missing "eax" c