[Bug debug/54534] [4.7 Regression] Missing location for unused variable

2012-09-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54534 Richard Guenther changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug debug/54534] [4.7 Regression] Missing location for unused variable

2012-09-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54534 Richard Guenther changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug debug/54534] [4.7 Regression] Missing location for unused variable

2012-09-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54534 --- Comment #6 from Richard Guenther 2012-09-11 10:43:17 UTC --- Author: rguenth Date: Tue Sep 11 10:43:13 2012 New Revision: 191176 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191176 Log: 2012-09-11 Richard Guenther PR debug/5

[Bug debug/54534] [4.7 Regression] Missing location for unused variable

2012-09-11 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54534 --- Comment #5 from rguenther at suse dot de 2012-09-11 10:38:32 UTC --- On Tue, 11 Sep 2012, hubicka at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54534 > > --- Comment #4 from Jan Hubicka 2012-09-11 > 10:19:04 UTC

[Bug debug/54534] [4.7 Regression] Missing location for unused variable

2012-09-11 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54534 --- Comment #4 from Jan Hubicka 2012-09-11 10:19:04 UTC --- Well, the patch really is quite symptomatic - i.e. dwarf2out should not forget about the decl when it is removed from varpool. The way things are supposed to work (I believe) is to call

[Bug debug/54534] [4.7 Regression] Missing location for unused variable

2012-09-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54534 --- Comment #3 from Richard Guenther 2012-09-11 09:49:27 UTC --- I am testing Index: gcc/cgraph.h === --- gcc/cgraph.h(revision 191174) +++ gcc/cgraph.h(working copy

[Bug debug/54534] [4.7 Regression] Missing location for unused variable

2012-09-10 Thread brobecker at gnat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54534 Joel Brobecker changed: What|Removed |Added CC||brobecker at gnat dot com --- Comment #2

[Bug debug/54534] [4.7 Regression] Missing location for unused variable

2012-09-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54534 Richard Guenther changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED