gdb/testsuite/
authorPedro Alves <palves@redhat.com>
Fri, 1 Apr 2011 16:26:37 +0000 (16:26 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 1 Apr 2011 16:26:37 +0000 (16:26 +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 ab12f22598732ec61ff3a9e327daa971d0d1ca51..9db1d99b756fb6f671454cecbc7f342c1103c841 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)} \
     - \
This page took 0.03902 seconds and 4 git commands to generate.