summaryrefslogtreecommitdiff
path: root/gcc/testsuite/ChangeLog
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-05 15:30:44 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-05 15:30:44 +0000
commit4f7e36ee68ea1ccd6065f94e767d98a270363f0f (patch)
tree1be6d45ed8f38489c81824750e671fab251a6b5a /gcc/testsuite/ChangeLog
parentebd072fb08e4509f2ac62802374ceb969acb2452 (diff)
downloadgcc-4f7e36ee68ea1ccd6065f94e767d98a270363f0f.tar.gz
2006-01-05 Richard Guenther <rguenther@suse.de>
PR tree-optimization/22555 * tree-ssa-alias.c (create_overlap_variables_for): Do not give up, if one structure field is an array. * tree-ssa-operands.c (get_expr_operands): Continue scanning operands even if we found a subvar, but ignore VOPs in this case. * tree-ssa-loop-ivopts.c (rewrite_use): Mark new vars in stmt for renaming. * tree-ssa-loop.c (pass_iv_optimize): Schedule TODO_update_ssa. * gcc.dg/tree-ssa/alias-3.c: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109381 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/ChangeLog')
-rw-r--r--gcc/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index c3c35f14458..640c92605e0 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,4 +1,9 @@
2006-01-05 Richard Guenther <rguenther@suse.de>
+
+ PR tree-optimization/22555
+ * gcc.dg/tree-ssa/alias-3.c: New testcase.
+
+2006-01-05 Richard Guenther <rguenther@suse.de>
Diego Novillo <dnovillo@redhat.com>
* gcc.dg/tree-ssa/loop-11.c: Deal with removed vars pass.