summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b6050b30373..64fca50b81c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2004-09-09 Nathan Sidwell <nathan@codesourcery.com>
+
+ * tree-outof-ssa.c (free_temp_expr_table): Add missed assert.
+ * tree-ssa-ccp.c (set_lattice_value): Correct missapplied de
+ Morgan's theorem in last checkin.
+
2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>
Nathan Sidwell <nathan@codesourcery.com>