2014-07-14 Richard Biener <rguenther@suse.de>
commit2b5ad3014026d772a18c12f907a852a5ee62786d
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Jul 2014 10:50:46 +0000 (14 10:50 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Jul 2014 10:50:46 +0000 (14 10:50 +0000)
tree5f0ec3e7aa038ab7102aea97cac2074fee30395f
parentaa9568ddd8d63107e4a8917a12f290ee2cce46d8
2014-07-14  Richard Biener  <rguenther@suse.de>

PR tree-optimization/61757
PR tree-optimization/61783
PR tree-optimization/61787
* tree-ssa-dom.c (record_equality): Revert canonicalization
change and add comment.
(propagate_rhs_into_lhs): Revert previous fix, removing
loop depth restriction again.

* gcc.dg/torture/pr61757.c: New testcase.
* gcc.dg/torture/pr61787.c: Likewise.

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