OSDN Git Service

2008-01-02 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Jan 2008 12:35:38 +0000 (12:35 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Jan 2008 12:35:38 +0000 (12:35 +0000)
commit20e67c9a76abdff9aef2729f98d215045cf6e3c8
tree229fd5eb9a30eb3318898dfa3eb311a1d050bbe8
parent02be515c2b183a3981a4146e5a0b4c0ec1c9ceb3
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131257 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr34093.c [new file with mode: 0644]
gcc/tree-ssa-operands.c