[Bug c++/70182] c++filt fails to demangle _ZNSt17_Function_handlerIFSt4pairImjEjEZN5folly12addBenchmarkI3$_0EENSt9enable_ifIXeqsr5boost14function_types14function_arityIDTadsrT_onclEEE5valueLi2EEvE4typeEPKcSC_OS7_EUljE_E9_M_invokeERKSt9_Any_dataj
trippels at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Mar 14 20:36:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70182
--- Comment #8 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
(In reply to Ian Lance Taylor from comment #7)
> For the record, I've fixed these cases in
> github.com/ianlancetaylor/demangle. Looking at the patch there should show
> how to fix it elsewhere.
>
> https://github.com/ianlancetaylor/demangle/commit/
> 33b3934fafc5026e0b38854a7976b91ad0014a02
Thanks. So are you saying that gcc's mangling
_ZN5folly12addBenchmarkIUliE_EENSt9enable_ifIXeqsrN5boost14function_types14function_arityIDTadsrT_clEEE5valueLi2EEvE4typeEPKcSC_OS6_
instead of
_ZN5folly12addBenchmarkIUliE_EENSt9enable_ifIXeqsrN5boost14function_types14function_arityIDTadsrT_onclEEE5valueLi2EEvE4typeEPKcSC_OS6_
may be a wrong code bug?
More information about the Gcc-bugs
mailing list