From 3abbe4587d6ecb52f4e8b15818b25d0a3e69a039 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 10 Jan 2012 12:02:52 -0500 Subject: cp-demangle.c (d_print_comp): Omit a trailing space in the operator name. * cp-demangle.c (d_print_comp) [DEMANGLE_COMPONENT_OPERATOR]: Omit a trailing space in the operator name. From-SVN: r183072 --- libiberty/testsuite/demangle-expected | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libiberty/testsuite') diff --git a/libiberty/testsuite/demangle-expected b/libiberty/testsuite/demangle-expected index 3f3960a4093..408c4f47794 100644 --- a/libiberty/testsuite/demangle-expected +++ b/libiberty/testsuite/demangle-expected @@ -4058,6 +4058,9 @@ decltype ((::delete {parm#1}),(+{parm#1})) f(int*) _Z1fIiEDTcmdafp_psfp_EPT_ decltype ((delete[] {parm#1}),(+{parm#1})) f(int*) --format=gnu-v3 +_ZN1AdlEPv +A::operator delete(void*) +--format=gnu-v3 _Z2f1IiEDTppfp_ET_ decltype ({parm#1}++) f1(int) --format=gnu-v3 -- cgit v1.2.1