]> git.ipfire.org Git - thirdparty/gcc.git/commit
2009-02-10 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Feb 2009 14:54:13 +0000 (14:54 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Feb 2009 14:54:13 +0000 (14:54 +0000)
commit8d093dba97a54597645292b551c6e9bc09aa8f9e
tree3dc3892cf084cf9a20ddafc9cb440422e5bd6f08
parentedd936837143053ef1c8bea2e305e194d2c6e8cf
2009-02-10  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/39132
* tree-loop-distribution.c (todo): New global var.
(generate_memset_zero): Trigger TODO_rebuild_alias.
(tree_loop_distribution): Return todo.

* gcc.dg/torture/pr39132.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144060 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr39132.c [new file with mode: 0644]
gcc/tree-loop-distribution.c