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 related
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 discus