re PR debug/60655 (ICE: output_operand: invalid expression as operand)
commitc11c86648896159fd96cd276a33ddbaa4e777cca
authorAlan Modra <amodra@gmail.com>
Mon, 20 Oct 2014 11:54:22 +0000 (20 22:24 +1030)
committerAlan Modra <amodra@gcc.gnu.org>
Mon, 20 Oct 2014 11:54:22 +0000 (20 22:24 +1030)
treea55d0a230fbda0451f53757baf39376656223d68
parent13f659d456f817e643297bea1484cb7de224b542
re PR debug/60655 (ICE: output_operand: invalid expression as operand)

PR debug/60655
* simplify-rtx.c (simplify_plus_minus): Delete unused "input_ops".
Increase "ops" array size.  Correct array size tests.  Init
n_constants in loop.  Break out of innermost loop when finding
a trivial CONST expression.

From-SVN: r216462
gcc/ChangeLog
gcc/simplify-rtx.c