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

--- Comment #7 from H. Peter Anvin <hpa at zytor dot com> ---
> _BitInt(sizeof(foo_t)*CHAR_BIT)

Should of course have been _BitInt(sizeof(foo_t)*CHAR_BIT*2) ...

        -hpa

Reply via email to