https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90157
Bug ID: 90157 Summary: aarch64: unnecessary abbreviation in diagnostic Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: translation Assignee: unassigned at gcc dot gnu.org Reporter: roland.illig at gmx dot de Target Milestone: --- From aarch64.c: error ("missing arg for %<-mbranch-protection=%>"); The word "arg" is only allowed in code, not in diagnostics. For example, https://gcc.gnu.org/codingconventions.html#Diagnostics always talks about "arguments" never about "args".