aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 035324e..dd83c8e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,15 @@
+2006-11-30 Steven Bosscher <steven@gcc.gnu.org>
+
+ * cgraphunit.c (cgraph_finalize_compilation_unit): Add a newline
+ at the end of a diagnostics message.
+
+ * alloc-pool.c (pool_free): Postpone clearing the pool entry
+ until after asserting that it was allocated in the right pool.
+
+ * cfgrtl.c (print_rtl_with_bb): Print predecessor and
+ successor edge information as well. Make output of live regs
+ on exit consistent with live regs on entry.
+
2006-11-30 Uros Bizjak <ubizjak@gmail.com>
PR target/29852