aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 76b79a4..db26b3a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2004-12-25 Zdenek Dvorak <dvorakz@suse.cz>
+
+ PR rtl-optimization/19078
+ * tree-ssa-loop-ivopts.c (determine_use_iv_cost_generic,
+ determine_use_iv_cost_outer): Fix computing of cost for the original
+ bivs.
+ (dump_use): Handle case related_cands == NULL.
+
2004-12-25 Marek Michalkiewicz <marekm@amelek.gda.pl>
PR target/19059