Ping?

On Wed, Aug 7, 2013 at 11:51 AM, Paul Pluzhnikov <ppluzhni...@google.com> wrote:

> The following source:
>
>   template<typename T> static void f();
>   void g() { f<int>(); }
>
> results in "_Z1fIiEvv" under g++, but in "_ZL1fIiEvv" under clang.
>
> Richard Smith says:
>
>   The ABI doesn't cover manglings for local symbols ...
>   ... and c++filt is not able to cope with the L prefix here.
>
>   I'm having a hard time seeing how this isn't a g++ bug and a matching
>   c++filt bug.


-- 
Paul Pluzhnikov

Reply via email to