[Bug translation/93855] New: typo: function argument vs. parameter
roland.illig at gmx dot de
gcc-bugzilla@gcc.gnu.org
Thu Feb 20 19:08:00 GMT 2020
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.
More information about the Gcc-bugs
mailing list