From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17972 invoked by alias); 5 Mar 2007 23:52:32 -0000 Received: (qmail 17918 invoked by alias); 5 Mar 2007 23:52:20 -0000 Date: Mon, 05 Mar 2007 23:52:00 -0000 Message-ID: <20070305235220.17917.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug debug/29614] [4.2 Regression] DWARF information for function static variable is missing after unrelated code addition In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "sje at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-03/txt/msg00364.txt.bz2 ------- Comment #6 from sje at gcc dot gnu dot org 2007-03-05 23:52 ------- Subject: Bug 29614 Author: sje Date: Mon Mar 5 23:52:09 2007 New Revision: 122583 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122583 Log: Backported from mainline PR debug/29614 * cgraph.h (cgraph_varpool_last_needed_node): Make global. * cgraph.c (cgraph_varpool_last_needed_node): Ditto. * cgraphunit.c (cgraph_varpool_assemble_pending_decls): Set cgraph_varpool_last_needed_node to NULL. Modified: branches/gcc-4_2-branch/gcc/ChangeLog branches/gcc-4_2-branch/gcc/cgraph.c branches/gcc-4_2-branch/gcc/cgraph.h branches/gcc-4_2-branch/gcc/cgraphunit.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29614