Re: [PATCH] nds32: Fix casesi (PR70668)

2016-04-28 Thread Jeff Law
On 04/28/2016 09:45 AM, Segher Boessenkool wrote: Expanders do not have more elements in the operands array than declared in the pattern. So, we cannot use operands[5] here. Instead just declare and use another rtx. Built with a cross compiler; not tested otherwise. Is this okay for trunk?

[PATCH] nds32: Fix casesi (PR70668)

2016-04-28 Thread Segher Boessenkool
Expanders do not have more elements in the operands array than declared in the pattern. So, we cannot use operands[5] here. Instead just declare and use another rtx. Built with a cross compiler; not tested otherwise. Is this okay for trunk? Segher 2016-04-28 Segher Boessenkool P