__cxa_demangle
Carlo Wood
carlo@alinoe.com
Wed Dec 11 13:12:00 GMT 2002
On Wed, Dec 11, 2002 at 11:10:47AM -0600, Benjamin Kosnik wrote:
>
> >Attached the code. Let me know if there is a problem.
>
> Ok. I'm integrating it, and I'm running the symbols in libstdc++/7986
> through it. The results are not super.
>
> _Z1fA37_iPS_ -> f(int[37], int[37]*), should be: f(int[37], int (*) [37])
> %./dt _Z1fA37_iPS_
> Segmentation fault (core dumped)
>
> _Z1fM1AFivEPS0_ -> f(int (A::*)(), int ()()*), should be: f(int
> (A::*)(), int (*)())
> %./dt _Z1fM1AFivEPS0_
> Segmentation fault (core dumped)
>
> _Z1fM1AKFivE -> _Z1fM1AKFivE, should be: f(int (A::*)() const)
> %./dt _Z1fM1AKFivE
> _Z1fM1AKFivE
>
> ?
>
> -benjamin
Don't worry ;) I'll fix it. At least now you know that your
testing wasn't for nothing heheh.
I had to change quite a bit for the allocator stuff, so
I guess I made a few typos.
Gimmi some time to fix the three examples given here,
I'll send you a new tar then.
--
Carlo Wood <carlo@alinoe.com>
More information about the Libstdc++
mailing list