summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2008-01-02 12:35:38 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2008-01-02 12:35:38 +0000
commit20e67c9a76abdff9aef2729f98d215045cf6e3c8 (patch)
tree229fd5eb9a30eb3318898dfa3eb311a1d050bbe8 /gcc/ChangeLog
parent02be515c2b183a3981a4146e5a0b4c0ec1c9ceb3 (diff)
downloadgcc-20e67c9a76abdff9aef2729f98d215045cf6e3c8.tar.gz
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
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1524eac7442..490dc74140c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
2008-01-02 Arthur Norman <acn1@cam.ac.uk>
PR 34013