[Bug debug/29614] [4.2/4.3 Regression] DWARF information for function static variable is missing after unrelated code addition

2007-02-23 Thread sje at gcc dot gnu dot org
--- Comment #5 from sje at gcc dot gnu dot org 2007-02-24 00:11 --- Subject: Bug 29614 Author: sje Date: Sat Feb 24 00:11:39 2007 New Revision: 122277 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=122277 Log: PR debug/29614 * varpool.c

[Bug debug/29614] [4.2/4.3 Regression] DWARF information for function static variable is missing after unrelated code addition

2007-02-20 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2007-02-20 21:40 --- Subject: Bug number PR debug/29614 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-02/msg01728.html --

[Bug debug/29614] [4.2/4.3 Regression] DWARF information for function static variable is missing after unrelated code addition

2007-02-19 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29614

[Bug debug/29614] [4.2/4.3 Regression] DWARF information for function static variable is missing after unrelated code addition

2006-12-21 Thread sje at cup dot hp dot com
--- Comment #2 from sje at cup dot hp dot com 2006-12-21 23:20 --- This bug only occurs when NOT in -funit-at-a-time mode. Is there a plan to switch all front-ends to unit-at-a-time compilation (which will fix this bug) or is it still worth coming up with a fix for NON unit-at-a-time

[Bug debug/29614] [4.2/4.3 Regression] DWARF information for function static variable is missing after unrelated code addition

2006-12-21 Thread hubicka at ucw dot cz
--- Comment #3 from hubicka at ucw dot cz 2006-12-22 00:54 --- Subject: Re: [4.2/4.3 Regression] DWARF information for function static variable is missing after unrelated code addition Hi, Even if all frontends can do unit-at-a-time, non-unit-at-a-time is, sadly, still essential for

[Bug debug/29614] [4.2/4.3 Regression] DWARF information for function static variable is missing after unrelated code addition

2006-10-28 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-10-28 18:49 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC|