gcc/libstdc++-v3/testsuite/demangle/regression
Benjamin Kosnik 40fcf31b2f [multiple changes]
2004-02-26  Ian Lance Taylor  <ian@wasabisystems.com>

	* testsuite/demangle/abi_examples/01.cc: Expect error -2.
	* testsuite/demangle/abi_examples/02.cc: Likewise.
	* testsuite/demangle/regression/cw-11.cc: Likewise.
	* testsuite/demangle/regression/cw-16.cc: Change two expected
	results to match libiberty demangler output.

2004-02-26  Benjamin Kosnik  <bkoz@redhat.com>

	PR libstdc++/10246
        * libsupc++/Makefile.am: Use libiberty demangler.
        (c_sources): Add cp-demangle.c.
        * libsupc++/Makefile.in: Regenerate.
        * src/Makefile.am (sources): Remove demangle.cc.
        * src/Makefile.in: Regenerate.
        * include/Makefile.am (bits_headers): Move demangle.h.
	(ext_headers): ...here.
        * include/Makefile.in: Regenerate.
        * include/bits/demangle.h: Move...
	* include/ext/demangle.h: ...here.
        * src/demangle.cc: Remove.

2004-02-26  Benjamin Kosnik  <bkoz@redhat.com>

        * include/bits/demangle.h: Add type template parameter to all
        templates with just an Allocator template parameter.

From-SVN: r78553
2004-02-27 03:21:16 +00:00
..
3111-1.cc
3111-2.cc re PR libstdc++/12947 (Demangler bug) 2003-11-12 02:18:37 +00:00
7986-01.cc demangle.h (qualifier_list<Allocator>::decode_qualifiers(string_type&, string_type&, bool member_function_pointer_qualifiers): Always seperate the '[' of an array type with a space from what is left of it... 2003-11-07 03:53:44 +00:00
7986-02.cc
7986-03.cc
7986-04.cc
7986-05.cc
7986-06.cc
7986-07.cc demangle.h (qualifier_list<Allocator>::decode_qualifiers(string_type&, string_type&, bool member_function_pointer_qualifiers): Always seperate the '[' of an array type with a space from what is left of it... 2003-11-07 03:53:44 +00:00
7986-08.cc
7986-09.cc
7986-10.cc
7986-11.cc
7986-12.cc
7986.cc
8897.cc
cw-01.cc
cw-02.cc
cw-03.cc
cw-04.cc
cw-05.cc
cw-06.cc
cw-07.cc
cw-08.cc
cw-09.cc
cw-10.cc
cw-11.cc [multiple changes] 2004-02-27 03:21:16 +00:00
cw-12.cc
cw-13.cc demangle.h (demangle<Allocator>::symbol(char const*)): Decode symbols that start with _GLOBAL_[ID]_ differently... 2003-10-02 14:29:26 +00:00
cw-14.cc
cw-15.cc Lets add the correct test case instead. 2003-10-14 17:49:11 +00:00
cw-16.cc [multiple changes] 2004-02-27 03:21:16 +00:00
old.cc