diff options
author | Keith Seitz <keiths@redhat.com> | 2011-05-31 22:14:21 +0000 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2011-05-31 22:14:21 +0000 |
commit | fd336a18dfa251dab345e0541133fdc2cf50244c (patch) | |
tree | ac9e976dd1bb8105aa6beb441347a131204ca641 /gdb/testsuite/ChangeLog | |
parent | e8eb7bc5344476226012298ca2b1eb72c8d5cc03 (diff) | |
download | gdb-fd336a18dfa251dab345e0541133fdc2cf50244c.zip gdb-fd336a18dfa251dab345e0541133fdc2cf50244c.tar.gz gdb-fd336a18dfa251dab345e0541133fdc2cf50244c.tar.bz2 |
PR c++/12750
* gdb.cp/static-method.cc: New file.
* gdb.cp/static-method.exp: New file.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 2e5e4cb..eab307b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,11 @@ 2010-05-31 Keith Seitz <keiths@redhat.com> + PR c++/12750 + * gdb.cp/static-method.cc: New file. + * gdb.cp/static-method.exp: New file. + +2010-05-31 Keith Seitz <keiths@redhat.com> + PR symtab/12704 * gdb.cp/anon-ns.cc: New file. * gdb.cp/anon-ns.exp: New file. |