https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93855
Bug ID: 93855 Summary: typo: function argument vs. parameter Product: gcc Version: 10.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 c-attribs.c: > error ("attribute %qs positional argument %i value %wi exceeds " > "number of function arguments %u", The correct term is "parameter" instead of "argument". See ISO C11 6.5.2.2p2.