summaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog.cplus
blob: 6b1abdebc014787e766f81eefd4e7b585a702191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
2003-12-30  Daniel Jacobowitz  <drow@mvista.com>

	* gdb.cp/templates.exp: Formatting changes to match demangler style
	for template names.  New tests for member variable Foo::x with
	different spellings of the template argument.

2002-11-01  Daniel Jacobowitz  <drow@mvista.com>

	* gdb.c++/templates.exp: Correct some undoubled backslashes.
	Make a synthetic operator= optional.
	(print Garply<Garply<char> >::garply): Allow const THIS pointer.

2002-10-30  Daniel Jacobowitz  <drow@mvista.com>

	* gdb.c++/method.exp (print this): Allow "A const".
	* gdb.c++/templates.exp (ptype fvpchar)
	(print Foo<volatile char *>::Foo): Allow consts after type names.

2002-10-22  David Carlton  <carlton@math.stanford.edu>

	* gdb.c++/namespace.exp: Add tests involving namespaces
	  starting from C.
	* gdb.c++/namespace.cc: Add namespaces with names starting
	  from C and their contents.