Re: stdbool.h: Update true and false expansions for C2x

2020-10-29 Thread Richard Biener via Gcc-patches
On Thu, Oct 29, 2020 at 12:26 AM Joseph Myers wrote: > > C2x has changed the expansions of the true and false macros in > so that they have type _Bool (including in #if conditions, > i.e. an unsigned type in that context). Use the new expansions in > GCC's for C2x. > > See bug 82272 for

stdbool.h: Update true and false expansions for C2x

2020-10-28 Thread Joseph Myers
C2x has changed the expansions of the true and false macros in so that they have type _Bool (including in #if conditions, i.e. an unsigned type in that context). Use the new expansions in GCC's for C2x. See bug 82272 for related discussion (but this patch does *not* implement the warning