From 1c809c688364f87ba62a4c590b53d1efe0cff64e Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 13 Mar 2010 00:27:12 +0000 Subject: 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. --- gdb/testsuite/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gdb/testsuite/ChangeLog') diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ba8eb86..e25b727 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2010-03-12 Tom Tromey + + PR c++/9708: + * gdb.cp/m-static.exp: Add regression test. + * gdb.cp/m-static.cc (method): New method. + (main): Call it. + 2010-03-12 Sami Wagiaalla * gdb.cp/gdb2384-base.h: Created 'namespace B'. -- cgit v1.1