Re: Ping Re: c: Add C2X BOOL_MAX and BOOL_WIDTH to limits.h

2020-07-10 Thread Jeff Law via Gcc-patches
On Thu, 2020-07-09 at 15:40 +, Joseph Myers wrote: > Ping for this limits.h patch > ;. OK. jeff

Ping Re: c: Add C2X BOOL_MAX and BOOL_WIDTH to limits.h

2020-07-09 Thread Joseph Myers
Ping for this limits.h patch . -- Joseph S. Myers jos...@codesourcery.com

c: Add C2X BOOL_MAX and BOOL_WIDTH to limits.h

2020-07-02 Thread Joseph Myers
C2X adds BOOL_MAX and BOOL_WIDTH macros to . As GCC only supports values 0 and 1 for _Bool (regardless of the number of bits in the representation, other bits are padding bits and if any of them are nonzero, the representation is a trap representation), the values of those macros can just be hardc