Re: [patch] Make cxxfilt demangle internal-linkage templates

2013-10-10 Thread Paul Pluzhnikov
Ian? Ping x4. On Wed, Sep 18, 2013 at 4:24 PM, Paolo Carlini paolo.carl...@oracle.com wrote: Original message: http://gcc.gnu.org/ml/gcc-patches/2013-08/msg00394.html I'm adding Ian in CC. -- Paul Pluzhnikov

Re: [patch] Make cxxfilt demangle internal-linkage templates

2013-10-10 Thread Ian Lance Taylor
On Wed, Aug 7, 2013 at 11:51 AM, Paul Pluzhnikov ppluzhni...@google.com wrote: The following source: templatetypename T static void f(); void g() { fint(); } results in _Z1fIiEvv under g++, but in _ZL1fIiEvv under clang. Richard Smith says: The ABI doesn't cover manglings for

Re: [patch] Make cxxfilt demangle internal-linkage templates

2013-09-18 Thread Paul Pluzhnikov
Ping x3? 2013/9/11 Paul Pluzhnikov ppluzhni...@google.com: Ping x2? Original message: http://gcc.gnu.org/ml/gcc-patches/2013-08/msg00394.html Thanks, -- Paul Pluzhnikov

Re: [patch] Make cxxfilt demangle internal-linkage templates

2013-09-18 Thread Paolo Carlini
Hi, On 09/18/2013 09:23 PM, Paul Pluzhnikov wrote: Ping x3? 2013/9/11 Paul Pluzhnikov ppluzhni...@google.com: Ping x2? Original message: http://gcc.gnu.org/ml/gcc-patches/2013-08/msg00394.html I'm adding Ian in CC. Paolo.

Re: [patch] Make cxxfilt demangle internal-linkage templates

2013-09-11 Thread Paul Pluzhnikov
Ping x2? Original message: http://gcc.gnu.org/ml/gcc-patches/2013-08/msg00394.html On Fri, Aug 16, 2013 at 6:10 PM, Paul Pluzhnikov ppluzhni...@google.com wrote: Ping? -- Paul Pluzhnikov

Re: [patch] Make cxxfilt demangle internal-linkage templates

2013-08-16 Thread Paul Pluzhnikov
Ping? On Wed, Aug 7, 2013 at 11:51 AM, Paul Pluzhnikov ppluzhni...@google.com wrote: The following source: templatetypename T static void f(); void g() { fint(); } results in _Z1fIiEvv under g++, but in _ZL1fIiEvv under clang. Richard Smith says: The ABI doesn't cover manglings

Re: [patch] Make cxxfilt demangle internal-linkage templates

2013-08-07 Thread Andrew Pinski
On Wed, Aug 7, 2013 at 11:31 AM, Paul Pluzhnikov ppluzhni...@google.com wrote: On Wed, Aug 7, 2013 at 11:09 AM, Jan Kratochvil jan.kratoch...@redhat.com wrote: there should be a new case in: libiberty/testsuite/demangle-expected Thanks. I updated the patch. -- Paul Pluzhnikov I

[patch] Make cxxfilt demangle internal-linkage templates

2013-08-07 Thread Paul Pluzhnikov
Greetings, I've been redirected here from binutils: http://sourceware.org/ml/binutils/2013-08/msg00052.html http://sourceware.org/ml/binutils/2013-08/msg00056.html The following source: templatetypename T static void f(); void g() { fint(); } results in _Z1fIiEvv under g++, but in

Re: [patch] Make cxxfilt demangle internal-linkage templates

2013-08-07 Thread Paul Pluzhnikov
On Wed, Aug 7, 2013 at 11:34 AM, Andrew Pinski pins...@gmail.com wrote: I think this should also be send to the GCC List as libiberty is officially maintained by GCC. http://gcc.gnu.org/ml/gcc-patches/2013-08/msg00394.html Thanks, -- Paul Pluzhnikov