[Bug debug/61033] [4.8/4.9 Regression] Infinite loop in variable tracking

2015-06-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61033 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.5 |4.9.3 ---

[Bug debug/61033] [4.8/4.9 Regression] Infinite loop in variable tracking

2015-05-20 Thread michael.collison at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61033 Michael Collison michael.collison at linaro dot org changed: What|Removed |Added Assignee|michael.collison at linaro dot

[Bug debug/61033] [4.8/4.9 Regression] Infinite loop in variable tracking

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61033 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 ---

[Bug debug/61033] [4.8/4.9 Regression] Infinite loop in variable tracking

2014-12-10 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61033 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P2

[Bug debug/61033] [4.8/4.9 Regression] Infinite loop in variable tracking

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61033 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.8.4

[Bug debug/61033] [4.8/4.9 Regression] Infinite loop in variable tracking

2014-11-05 Thread mkuvyrkov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61033 --- Comment #10 from Maxim Kuvyrkov mkuvyrkov at gcc dot gnu.org --- Michael, What is the status of this bug? Thanks.

[Bug debug/61033] [4.8/4.9 Regression] Infinite loop in variable tracking

2014-08-19 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61033 David Binderman dcb314 at hotmail dot com changed: What|Removed |Added CC||dcb314 at

[Bug debug/61033] [4.8/4.9 Regression] Infinite loop in variable tracking

2014-08-19 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61033 --- Comment #9 from David Binderman dcb314 at hotmail dot com --- (In reply to David Binderman from comment #8) Created attachment 33361 [details] C++ source code Please ignore this attachment. It is for a different bug.

[Bug debug/61033] [4.8/4.9 Regression] Infinite loop in variable tracking

2014-08-04 Thread cbaylis at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61033 cbaylis at gcc dot gnu.org changed: What|Removed |Added CC||cbaylis at gcc dot gnu.org

[Bug debug/61033] [4.8/4.9 Regression] Infinite loop in variable tracking

2014-08-04 Thread cbaylis at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61033 --- Comment #6 from cbaylis at gcc dot gnu.org --- git bisect points to r211625 as the revision which fixes/hides this bug on trunk. 2014-06-13 Richard Biener rguent...@suse.de * tree-ssa-pre.c

[Bug debug/61033] [4.8/4.9 Regression] Infinite loop in variable tracking

2014-08-04 Thread michael.collison at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61033 --- Comment #7 from Michael Collison michael.collison at linaro dot org --- Charlie, I still feel that the var tracking pass should be able to protect itself from an infinite loop. On 8/4/2014 11:43 AM, cbaylis at gcc dot gnu.org wrote: