re PR tree-optimization/34093 (ICE in ssa_operand_alloc, at tree-ssa-operands.c:484)
authorRichard Guenther <rguenther@suse.de>
Wed, 2 Jan 2008 12:35:38 +0000 (12:35 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 2 Jan 2008 12:35:38 +0000 (12:35 +0000)
commitee6ec6667c8ae64e5bef198eb6e0e35f191f4ed2
tree229fd5eb9a30eb3318898dfa3eb311a1d050bbe8
parent6893e828e53be18698ad20b10afa00f822dc244b
re PR tree-optimization/34093 (ICE in ssa_operand_alloc, at tree-ssa-operands.c:484)

2008-01-02  Richard Guenther  <rguenther@suse.de>

PR middle-end/34093
PR middle-end/31976
* tree-ssa-operands.c (ssa_operand_alloc): Also allocate a buffer
for very large number of operands instead of ICEing.

* gcc.c-torture/compile/pr34093.c: New testcase.

From-SVN: r131257
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr34093.c [new file with mode: 0644]
gcc/tree-ssa-operands.c