From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18293 invoked by alias); 27 Jul 2010 11:14:52 -0000 Received: (qmail 18245 invoked by uid 48); 27 Jul 2010 11:14:39 -0000 Date: Tue, 27 Jul 2010 11:14:00 -0000 Message-ID: <20100727111439.18244.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug debug/45048] duplicate DW_TAG_variable In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jakub 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: 2010-07/txt/msg02955.txt.bz2 ------- Comment #3 from jakub at gcc dot gnu dot org 2010-07-27 11:14 ------- Perhaps a question is whether we need to actually call gen_decl_die in declare_in_namespace if local_scope_p (context_die). AFAIK we don't use the DW_TAG_variable from the namespace scope in any attributes... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45048