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

2011-07-01 Thread jan.kratochvil at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49408

Jan Kratochvil  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED

--- Comment #3 from Jan Kratochvil  
2011-07-01 17:19:06 UTC ---
Checked in.


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

2011-07-01 Thread jkratoch at gcc dot gnu.org
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


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

2011-06-14 Thread jan.kratochvil at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49408

--- Comment #1 from Jan Kratochvil  
2011-06-14 19:14:19 UTC ---
This Bug may not longer make sense due to:
Bug 49312 - Make DW_AT_name contain only simple name, no template-id