[Bug debug/49408] member function template id not matching linkage name

jkratoch at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Jul 1 17:17:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49408

--- Comment #2 from jkratoch at gcc dot gnu.org 2011-07-01 17:16:51 UTC ---
Author: jkratoch
Date: Fri Jul  1 17:16:44 2011
New Revision: 175761

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175761
Log:
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..

Modified:
    trunk/libiberty/ChangeLog
    trunk/libiberty/cp-demangle.c
    trunk/libiberty/testsuite/demangle-expected



More information about the Gcc-bugs mailing list