[Bug c/102989] Add Clang's _ExtInt(N)

colomar.6.4.3 at gmail dot com gcc-bugzilla@gcc.gnu.org
Thu Oct 28 17:57:19 GMT 2021


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

--- Comment #2 from Alejandro Colomar <colomar.6.4.3 at gmail dot com> ---
There was a missing comma.  Fix:

#define __STYPE_MAX(t) (((((t) 1 << (widthof(t) - 2)) - 1) << 1) + 1)


More information about the Gcc-bugs mailing list