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? Segher 2016-04-28 Segher Boessenkool <seg...@kernel.crashing.org> PR target/70668 * config/nds32/nds32.md (casesi): Don't access the operands array out of bounds.
OK. jeff