]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/testsuite/
authorJoel Brobecker <brobecker@gnat.com>
Tue, 17 May 2011 21:25:12 +0000 (21:25 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 17 May 2011 21:25:12 +0000 (21:25 +0000)
* gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
base::overload(void) method without specifying "const".

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/cpexprs.exp

index dc5933c03df60df6fdb66fd6278f46d400d96ccf..2fe165ce89b0b18cb584a2da53027ddcfe0f9350 100644 (file)
@@ -1,3 +1,8 @@
+2011-04-01  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
+       base::overload(void) method without specifying "const".
+
 2011-04-01  Ulrich Weigand  <ulrich.weigand@linaro.org>
 
        * gdb.arch/thumb-singlestep.S: New file.
index 0d6dd0570e2ade2e3dd06bddfcbaf9be1923800a..0776456a42884d69dc397d2256115ea2487cabaf 100644 (file)
@@ -196,12 +196,7 @@ add {base::~base} \
     - \
     -
 
-# Overloaded methods (all are const -- we try to use the void
-# method with and without specifying "const")
-add {base::overload(void)} \
-    {int (const base * const)} \
-    - \
-    {base::overload(void) const}
+# Overloaded methods (all are const)
 add {base::overload(void) const} \
     {int (const base * const)} \
     - \