aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog1
-rw-r--r--gcc/testsuite/ChangeLog1
2 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 777abdd..e124204 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,6 @@
2004-11-29 Diego Novillo <dnovillo@redhat.com>
+ PR tree-optimization/18712
* tree-into-ssa.c (insert_phi_nodes_for): Pass argument
WORK_STACK by reference.
Call VEC_safe_push instead of VEC_quick_push.
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 1decc46..0f3bc3b 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,5 +1,6 @@
2004-11-29 Diego Novillo <dnovillo@redhat.com>
+ PR tree-optimization/18712
* gcc.c-torture/compile/pr18712.c: New test.
2004-11-29 Joseph Myers <joseph@codesourcery.com>