[Bug debug/55541] [4.8/4.9/5 Regression] unable to see local variables due extra lexical block was generated

2015-02-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55541 --- Comment #13 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Thu Feb 12 18:09:59 2015 New Revision: 220650 URL: https://gcc.gnu.org/viewcvs?rev=220650root=gccview=rev Log: PR debug/55541 * cp-tree.h

[Bug debug/55541] [4.8/4.9/5 Regression] unable to see local variables due extra lexical block was generated

2015-02-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55541 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||hubicka at gcc

[Bug debug/55541] [4.8/4.9/5 Regression] unable to see local variables due extra lexical block was generated

2015-02-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55541 --- Comment #11 from Jakub Jelinek jakub at gcc dot gnu.org --- Created attachment 34677 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34677action=edit gcc5-pr55541.patch Untested fix (that cures the testcase).

[Bug debug/55541] [4.8/4.9/5 Regression] unable to see local variables due extra lexical block was generated

2015-02-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55541 --- Comment #12 from Jakub Jelinek jakub at gcc dot gnu.org --- (In reply to Jakub Jelinek from comment #11) Created attachment 34677 [details] gcc5-pr55541.patch Untested fix (that cures the testcase). Unfortunately it broke bootstrap, I'd

[Bug debug/55541] [4.8/4.9/5 Regression] unable to see local variables due extra lexical block was generated

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