On Fri, Sep 26, 2025 at 03:58:02PM +0000, Joseph Myers wrote:
> 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.

Oops; thanks!  I'll fix in a moment.


Cheers,
Alex

> 
> -- 
> Joseph S. Myers
> [email protected]
> 

-- 
<https://www.alejandro-colomar.es>
Use port 80 (that is, <...:80/>).

Attachment: signature.asc
Description: PGP signature

Reply via email to