[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Global symbol demangling issue in c++filt
From: |
Ian Lance Taylor |
Subject: |
Re: Global symbol demangling issue in c++filt |
Date: |
Wed, 27 Mar 2013 22:01:49 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) |
Bryan Ta <address@hidden> writes:
> I encountered the following bugs about global symbol demangling in c++filt
> versions 2.23 and 2.22. Could you please tell me how to fix it?
>
>> c++filt _GLOBAL__sub_I__ZN4AMOS12ContigEdge_t5NCODEE
> _GLOBAL__sub_I__ZN4AMOS12ContigEdge_t5NCODEE
I'm not quite sure what this means, but certainly the demangler doesn't
handle it. g++ seems to generate it to run a set of global
constructors. Please file a bug report with a test case as described at
http://gcc.gnu.org/bugs/ . Thanks.
Ian