gcc/libiberty/testsuite
Nathan Sidwell 5a89703618 c++: Fix templated convertion operator demangling
Instantiations of templated conversion operators failed to demangle
for cases such as 'operator X<int>', but worked for 'operator X<int>
&', due to thinking the template instantiation of X was the
instantiation of the conversion operator itself.

	libiberty/
	* cp-demangle.c (d_print_conversion): Remove incorrect
	template instantiation handling.
	* testsuite/demangle-expected: Add testcases.
2023-06-13 17:07:01 -04:00
..
d-demangle-expected [PATCH] d-demangle: properly skip anonymous symbols 2021-10-17 18:38:10 -04:00
demangle-expected c++: Fix templated convertion operator demangling 2023-06-13 17:07:01 -04:00
demangler-fuzzer.c Update copyright years. 2023-01-16 11:52:17 +01:00
Makefile.in Update copyright years. 2023-01-16 11:52:17 +01:00
rust-demangle-expected libiberty rust-demangle, ignore .suffix 2022-02-17 18:06:24 +01:00
test-demangle.c Update copyright years. 2023-01-16 11:52:17 +01:00
test-expandargv.c Update copyright years. 2023-01-16 11:52:17 +01:00
test-pexecute.c Update copyright years. 2023-01-16 11:52:17 +01:00
test-strtol.c Update copyright years. 2023-01-16 11:52:17 +01:00