[Bug tree-optimization/69468] tail merge should ignore private edge flags

2017-07-03 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69468 Tom de Vries changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/69468] tail merge should ignore private edge flags

2017-07-03 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69468 --- Comment #3 from Tom de Vries --- Author: vries Date: Mon Jul 3 07:23:01 2017 New Revision: 249895 URL: https://gcc.gnu.org/viewcvs?rev=249895=gcc=rev Log: Ignore EDGE_{DFS_BACK,EXECUTABLE} in tail-merge 2017-07-03 Tom de Vries

[Bug tree-optimization/69468] tail merge should ignore private edge flags

2017-07-02 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69468 Tom de Vries changed: What|Removed |Added Keywords||patch --- Comment #2 from Tom de Vries

[Bug tree-optimization/69468] tail merge should ignore private edge flags

2016-02-10 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69468 --- Comment #1 from Vladimir Makarov --- Author: vmakarov Date: Wed Feb 10 18:01:40 2016 New Revision: 233283 URL: https://gcc.gnu.org/viewcvs?rev=233283=gcc=rev Log: 2016-02-10 Vladimir Makarov PR target/69148