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.