[Bug tree-optimization/77697] suspicious code in tree-ssa-forwprop.c

2016-09-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77697 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/77697] suspicious code in tree-ssa-forwprop.c

2016-09-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77697 --- Comment #2 from Richard Biener --- Author: rguenth Date: Fri Sep 23 12:37:22 2016 New Revision: 240430 URL: https://gcc.gnu.org/viewcvs?rev=240430=gcc=rev Log: 2016-09-23 Richard Biener PR

[Bug tree-optimization/77697] suspicious code in tree-ssa-forwprop.c

2016-09-23 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77697 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/77697] suspicious code in tree-ssa-forwprop.c

2016-09-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77697 --- Comment #1 from Richard Biener --- No, the code doesn't make any sense at all. The following should fix most of the obvious errors. Index: gcc/tree-ssa-forwprop.c === ---