[Bug middle-end/92170] Incorrect function names output when using -fstack-usage on C++
ebotcazou at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Oct 22 10:12:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92170
--- Comment #6 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> I wasn't sure what the purpose of splitting at "." was (in particular since
> I think of GCC as a C/C++ compiler and the "." would not normally appear in
> qualified names as a separator).
Yet there is a comment just above the code.
> With the context that this is something specific for Ada, I think maybe the
> correct thing to do would be to make this filtering a language hook that can
> be customized to do the right thing for each language.
This sounds a bit overkill, we can probably print the fully qualified name.
More information about the Gcc-bugs
mailing list