diff options
author | Tom Tromey <tromey@redhat.com> | 2010-03-13 00:27:12 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-03-13 00:27:12 +0000 |
commit | 1c809c688364f87ba62a4c590b53d1efe0cff64e (patch) | |
tree | 6be478308b2c32a2c2bba5ca5b28dbd14b16f6fc /gdb/testsuite/ChangeLog | |
parent | e0ce539c578586fd2f9c54b703335fa064e42a22 (diff) | |
download | gdb-1c809c688364f87ba62a4c590b53d1efe0cff64e.zip gdb-1c809c688364f87ba62a4c590b53d1efe0cff64e.tar.gz gdb-1c809c688364f87ba62a4c590b53d1efe0cff64e.tar.bz2 |
gdb
PR c++/9708:
* dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
in a lexical block does not need a namespace.
(new_symbol) <DW_TAG_variable>: 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.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <tromey@redhat.com> + + 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 <swagiaal@redhat.com> * gdb.cp/gdb2384-base.h: Created 'namespace B'. |