On Thu, Aug 14, 2025 at 01:32:18PM -0400, Jason Merrill wrote: > On 8/13/25 6:29 AM, Jakub Jelinek wrote: > > Fixed by temporarily disabling the NODE_WARN flag on those, so that the > > warnings or errors aren't reported when the backend predefines the macro. > > #undef bool > > later on by users or redefines to something else will be still diagnosed. > > Could we suppress warnings for all builtin_define instead of specifically > for these names?
Maybe that is a good idea. OTOH maybe it is a good idea if people reconsider if we still want this anyway! Segher