Open
Description
This was pointed out in #80459 (comment) , that C23 added support for _BitInt
types. It would be nice if our type generic macros in stdbit.h would resolve for these types.
I wonder if the support of _BitInt
was related to why GCC added a few builtins to help implement c23 stdbit.h?