Re: c: New C2x keywords

2022-09-06 Thread Richard Biener via Gcc-patches
> Am 07.09.2022 um 00:11 schrieb Joseph Myers : > > C2x follows C++ in making alignas, alignof, bool, false, > static_assert, thread_local and true keywords; implement this > accordingly. This implementation makes them normal keywords in C2x > mode just like any other keyword (C2x leaves open

c: New C2x keywords

2022-09-06 Thread Joseph Myers
C2x follows C++ in making alignas, alignof, bool, false, static_assert, thread_local and true keywords; implement this accordingly. This implementation makes them normal keywords in C2x mode just like any other keyword (C2x leaves open the possibility of implementation using predefined macros inst