On Sun, 12 Oct 2025, Alejandro Colomar wrote:

> This function acts on entire parameter declaration lists, and iterates
> over them.  Use plural in the name, to clarify that it acts on
> parameters, not just on a single parameter.
> 
> gcc/c-family/ChangeLog:
> 
>       * c-common.h (warn_parm_array_mismatch):
>       Rename warn_parm_array_mismatch => warn_parms_array_mismatch.
>       * c-warn.cc (warn_parm_array_mismatch):
>       Rename warn_parm_array_mismatch => warn_parms_array_mismatch.
> 
> gcc/c/ChangeLog:
> 
>       * c-decl.cc (start_function):
>       Rename warn_parm_array_mismatch => warn_parms_array_mismatch.
>       * c-parser.cc (c_parser_declaration_or_fndef):
>       Rename warn_parm_array_mismatch => warn_parms_array_mismatch.

This does not apply cleanly to current sources with "git am", please 
update and retest the patch series against current sources.

-- 
Joseph S. Myers
[email protected]

Reply via email to