On Fri, 26 Sep 2025, Alejandro Colomar wrote:
> diff --git a/gcc/c/c-decl.cc b/gcc/c/c-decl.cc
> index 62a0545947e..763ee6ab7e1 100644
> --- a/gcc/c/c-decl.cc
> +++ b/gcc/c/c-decl.cc
> @@ -507,7 +507,7 @@ struct GTY((chain_next ("%h.outer"))) c_scope {
> /* True if we already complained about forward parameter decls
> in this scope. This prevents double warnings on
> foo (int a; int b; ...) */
> - BOOL_BITFIELD warned_forward_parm_decls : 1;
> + BOOL_BITFIELD had_forward_parm_decls : 1;
This comment is no longer accurate after the other changes in this patch.
--
Joseph S. Myers
[email protected]