re PR debug/49408 (member function template id not matching linkage name)
authorJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 1 Jul 2011 17:16:44 +0000 (17:16 +0000)
committerJan Kratochvil <jkratoch@gcc.gnu.org>
Fri, 1 Jul 2011 17:16:44 +0000 (17:16 +0000)
commitcb0ad104286a76447490333ce7f94a2f557a5914
treeb14d04457bcd80a404fcafea4b393ecbfa6ad483
parent06e88d73463080ebe7f4e52c39408de43363fbbd
re PR debug/49408 (member function template id not matching linkage name)

libiberty/
PR debug/49408
* cp-demangle.c (d_print_comp): Suppress argument list for function
references by the '&' unary operator.  Keep also already processed
variant without the argument list.  Suppress argument list types for
function call used in an expression.
* testsuite/demangle-expected: Fix excessive argument list types in
`test for typed function in decltype'.  New testcase for no argument
list types printed.  3 new testcases for function references by the
'&' unary operator..

From-SVN: r175761
libiberty/ChangeLog
libiberty/cp-demangle.c
libiberty/testsuite/demangle-expected