r235583 - in /trunk/gcc: ChangeLog config/nds32...
segher@gcc.gnu.org
segher@gcc.gnu.org
Thu Apr 28 16:50:00 GMT 2016
Author: segher
Date: Thu Apr 28 16:50:41 2016
New Revision: 235583
URL: https://gcc.gnu.org/viewcvs?rev=235583&root=gcc&view=rev
Log:
nds32: Fix casesi (PR70668)
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.
PR target/70668
* config/nds32/nds32.md (casesi): Don't access the operands array
out of bounds.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/nds32/nds32.md
More information about the Gcc-cvs
mailing list