From: Peter Schauer Date: Wed, 29 Jun 1994 07:35:00 +0000 (+0000) Subject: * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8959745750a49d6378a9389cd75dd967c81b8e2a;p=binutils-gdb.git * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler from optimizing them away. * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect patterns to include default constructors and assignment operators, to match gcc versions beyond 2.5.8. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 63866574915..67f1bb8a328 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,11 @@ +Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler + from optimizing them away. + * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect + patterns to include default constructors and assignment operators, + to match gcc versions beyond 2.5.8. + Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular