List of the additional GCC keywords for C23 [GCCM].
The same remarks made in *keywords-gcc-c17* apply here.
This is almost the same list as *keywords-gcc-c17*,
except that
Definition:
(defconst *keywords-gcc-c23* '("__alignof" "__alignof__" "asm" "__asm" "__asm__" "__attribute" "__attribute__" "__auto_type" "__builtin_offsetof" "__builtin_types_compatible_p" "__builtin_va_arg" "__builtin_va_list" "__declspec" "__extension__" "__float80" "__floar128" "_Float16" "_Float16x" "_Float32" "_Float32x" "_Float64" "_Float64x" "_Float128" "_Float128x" "__imag__" "__inline" "__inline__" "__int128" "__int128_t" "__label__" "__real__" "__restrict" "__restrict__" "__seg_fs" "__seg_gs" "__signed" "__signed__" "__stdcall" "__thread" "__typeof" "__typeof__" "__volatile" "__volatile__"))