Re: [PATCH] xfail ira-shrink-wrap-prep tests (PR87708)

2018-10-30 Thread Jeff Law
On 10/30/18 11:59 AM, Segher Boessenkool wrote: > After r265398, the ira-shrinkwrap-prep-[12].c tests fail on all > targets, because the IRA feature tested can only move hard registers > down, and we no longer have hard registers for the function parameters > at this stage. > > Is this okay for tr

[PATCH] xfail ira-shrink-wrap-prep tests (PR87708)

2018-10-30 Thread Segher Boessenkool
After r265398, the ira-shrinkwrap-prep-[12].c tests fail on all targets, because the IRA feature tested can only move hard registers down, and we no longer have hard registers for the function parameters at this stage. Is this okay for trunk? 2018-10-30 Segher Boessenkool gcc/testsuite/