Re: [PATCH v17 2/2] c: Add __countof__ operator

2024-11-08 Thread Joseph Myers
On Fri, 8 Nov 2024, Alejandro Colomar wrote: > Hi Joseph, > > This is a gentle ping about this patch set, 10 days before the start of > stage 3. It's obviously not ready to include in its current form (using a name different from that actually accepted into C2Y). Since it requires significant

Re: [PATCH v17 2/2] c: Add __countof__ operator

2024-11-08 Thread Alejandro Colomar
Hi Joseph, This is a gentle ping about this patch set, 10 days before the start of stage 3. Have a lovely day! Alex On Sat, Oct 26, 2024 at 12:10:56AM GMT, Alejandro Colomar wrote: > Hi Joseph, > > On Fri, Oct 25, 2024 at 08:44:15PM GMT, Joseph Myers wrote: > > I don't see the use of pedwarn_c2

Re: [PATCH v17 2/2] c: Add __countof__ operator

2024-10-25 Thread Alejandro Colomar
Hi Joseph, On Fri, Oct 25, 2024 at 08:44:15PM GMT, Joseph Myers wrote: > I don't see the use of pedwarn_c23 and associated tests (error with > -std=c23 -pedantic-errors, warning with -std=c23 -pedantic, no diagnostic > with -std=c23 -pedantic-errors -Wno-c23-c2y-compat, no diagnostic with > -st

Re: [PATCH v17 2/2] c: Add __countof__ operator

2024-10-25 Thread Joseph Myers
I don't see the use of pedwarn_c23 and associated tests (error with -std=c23 -pedantic-errors, warning with -std=c23 -pedantic, no diagnostic with -std=c23 -pedantic-errors -Wno-c23-c2y-compat, no diagnostic with -std=c2y -pedantic-errors, warning with -std=c2y -pedantic-errors -Wc23-c2y-compat