[Bug c++/64346] gcc generates incorrect debug info for ctor/dtor
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Dec 18 00:01:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64346
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
>_ZN3ABCC4Ev
That is the internal name of the function (it demangles to ABC::ABC() anyways)
and the symbol does not need to be in the symbol table at all.
We are going to run into this more with ICF also. I think there might have
been a RFC about how to handle the debugging for commoning of functions but it
might be a while before that is implemented.
More information about the Gcc-bugs
mailing list