aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
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 5ab89e1..4bf082f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,12 @@
2004-07-03 Richard Henderson <rth@redhat.com>
+ PR tree-optimization/16341
+ * tree-sra.c (sra_walk_function): Increment to next stmt before
+ processing the current stmt.
+ (sra_insert_after): Always use BSI_SAME_STMT.
+
+2004-07-03 Richard Henderson <rth@redhat.com>
+
* tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Don't fold
fp plus with minus.