diff options
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b192a47..297d1cb 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2011-06-10 Tom Tromey <tromey@redhat.com> + + * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed. + Add tests for pointer-to-member-function. + * gdb.cp/temargs.cc (S::somefunc): New function. + (K2): New class. + (main): Instantiate K2; call method. + 2011-06-08 Joel Brobecker <brobecker@adacore.com> * gdb.python/py-inferior.c (f2): Make str an array rather |