aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-06-10 16:21:47 +0000
committerTom Tromey <tromey@redhat.com>2011-06-10 16:21:47 +0000
commitd0e53741e00a0b5a4555217337f0faeaa77dd71a (patch)
treef42845dd37f57488c56a41031fbcf201533065f9 /gdb/testsuite/ChangeLog
parent894891db7f1ff09f021a0d2c8bb471f3a73a776a (diff)
downloadgdb-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/ChangeLog8
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