From: Joel Brobecker Date: Tue, 17 May 2011 21:25:12 +0000 (+0000) Subject: gdb/testsuite/ X-Git-Tag: gdb_7_3-2011-07-26-release~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed46b9a820c7613e9a850b956ffd9d9136e7f1a1;p=thirdparty%2Fbinutils-gdb.git gdb/testsuite/ * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the base::overload(void) method without specifying "const". --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index dc5933c03df..2fe165ce89b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-04-01 Pedro Alves + + * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the + base::overload(void) method without specifying "const". + 2011-04-01 Ulrich Weigand * gdb.arch/thumb-singlestep.S: New file. diff --git a/gdb/testsuite/gdb.cp/cpexprs.exp b/gdb/testsuite/gdb.cp/cpexprs.exp index 0d6dd0570e2..0776456a428 100644 --- a/gdb/testsuite/gdb.cp/cpexprs.exp +++ b/gdb/testsuite/gdb.cp/cpexprs.exp @@ -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)} \ - \