This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PR22034
... Hmm ;)
The decl is _ZTVZ19GetAssertStackTracevE9StackDump (vtable for
GetAssertStackTrace()::StackDump) whose context is the class itself.
Why do we emit debug infos for vtables at first place?
I seem to get that probably best thing would be to get the context set
to the type but we don't produce dies for types at all, right?
No, we produce dies for types.
That's why i asked what we were trying to output info for.