https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93749
Bug ID: 93749 Summary: internal jargon in publicly visible diagnostic Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: roland.illig at gmx dot de Target Milestone: --- From symtab.c: > error ("node is symver but not alias"); The word "symver" should either be enclosed in %<quotes%> or be spelled out. The whole diagnostic should form an easily understandable full sentence, without omitting articles ("not alias").