Daily bump.

This commit is contained in:
GCC Administrator
2021-01-27 00:16:33 +00:00
parent 78739c2df7
commit e62bb7f083
11 changed files with 178 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2021-01-26 Paul Fee <paul.f.fee@gmail.com>
* include/cpplib.h (c_lang): Add CXX23 and GNUCXX23.
* init.c (lang_defaults): Add rows for CXX23 and GNUCXX23.
(cpp_init_builtins): Set __cplusplus to 202100L for C++23.
2021-01-15 Nathan Sidwell <nathan@acm.org>
PR preprocessor/95253