From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28563 invoked by alias); 13 Mar 2010 00:37:29 -0000 Received: (qmail 28540 invoked by uid 48); 13 Mar 2010 00:37:29 -0000 Date: Sat, 13 Mar 2010 00:37:00 -0000 Message-ID: <20100313003729.28538.qmail@sourceware.org> From: "tromey at redhat dot com" To: gdb-prs@sourceware.org In-Reply-To: <20090104233143.9708.wkf@alum.mit.edu> References: <20090104233143.9708.wkf@alum.mit.edu> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug c++/9708] Unable to print static variable inside class member function X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2010-q1/txt/msg00436.txt.bz2 ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-03-13 00:27 ------- Subject: Bug 9708 CVSROOT: /cvs/src Module name: src Changes by: tromey@sourceware.org 2010-03-13 00:27:12 Modified files: gdb : ChangeLog dwarf2read.c gdb/testsuite : ChangeLog gdb/testsuite/gdb.cp: m-static.cc m-static.exp Log message: gdb PR c++/9708: * dwarf2read.c (die_needs_namespace) : A variable in a lexical block does not need a namespace. (new_symbol) : Put extern variables on list_in_scope in all cases. gdb/testsuite PR c++/9708: * gdb.cp/m-static.exp: Add regression test. * gdb.cp/m-static.cc (method): New method. (main): Call it. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.11474&r2=1.11475 http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/dwarf2read.c.diff?cvsroot=src&r1=1.365&r2=1.366 http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2173&r2=1.2174 http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/m-static.cc.diff?cvsroot=src&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/m-static.exp.diff?cvsroot=src&r1=1.9&r2=1.10 ------- Additional Comments From tromey at redhat dot com 2010-03-13 00:37 ------- Fix checked in. -- What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED Target Milestone|6.8 |7.2 http://sourceware.org/bugzilla/show_bug.cgi?id=9708 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.