gcc/libiberty/testsuite
Ian Lance Taylor 80a19ac825 cp-demangle.c (d_print_comp): Don't push more than one of the same CV-qualifier on the top of the stack.
* cp-demangle.c (d_print_comp) [RESTRICT, VOLATILE, CONST]: Don't
	push more than one of the same CV-qualifier on the top of the
	stack.
	(d_print_comp) [ARRAY_TYPE]: If the array itself is CV-qualified,
	move the CV-qualifiers to apply to the element type instead.
	(d_print_array_type): When checking the modifiers, keep looking
	past ones which have been printed already.
	* testsuite/demangle-expected: Add three test cases.

From-SVN: r78354
2004-02-24 06:32:16 +00:00
..
demangle-expected cp-demangle.c (d_print_comp): Don't push more than one of the same CV-qualifier on the top of the stack. 2004-02-24 06:32:16 +00:00
Makefile.in * testsuite/Makefile.in (test-demangle): Depend upon libiberty.a. 2003-11-18 18:29:02 +00:00
test-demangle.c cp-demangle.c (d_encoding): When DMGL_PARAMS is not set... 2004-01-02 20:33:55 +00:00