OSDN Git Service

2009-10-05 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Oct 2009 13:18:09 +0000 (13:18 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Oct 2009 13:18:09 +0000 (13:18 +0000)
commit09d0041cb92d96d749a3a5d5dfab78de3100d9d9
treea75051f3125eb16e951b2147ac6b7ed7152c8259
parentc28a9975903eefaa7c171fb5865972ab248f927d
2009-10-05  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/23821
* tree-vrp.c (vrp_finalize): Do not perform copy propagation.
* tree-ssa-dom.c (cprop_operand): Do not propagate copies into
simple IV increments.

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

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