[Bug c/88662] Document trap representations of _Bool

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jan 2 14:28:00 GMT 2019


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88662

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> ---
You can copy the bit-pattern from any _Bool with true value, e.g. one
initialized with 'true' or an expression like '0==0'.

Why do you need more than that?


More information about the Gcc-bugs mailing list