diff options
author | Tom Tromey <tromey@redhat.com> | 2011-06-10 16:21:47 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-06-10 16:21:47 +0000 |
commit | d0e53741e00a0b5a4555217337f0faeaa77dd71a (patch) | |
tree | f42845dd37f57488c56a41031fbcf201533065f9 /gdb/testsuite/ChangeLog | |
parent | 894891db7f1ff09f021a0d2c8bb471f3a73a776a (diff) | |
download | gdb-d0e53741e00a0b5a4555217337f0faeaa77dd71a.zip gdb-d0e53741e00a0b5a4555217337f0faeaa77dd71a.tar.gz gdb-d0e53741e00a0b5a4555217337f0faeaa77dd71a.tar.bz2 |
* 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.
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 |