Daily bump.

This commit is contained in:
GCC Administrator
2023-06-24 00:17:01 +00:00
parent 6b724427aa
commit 6f78df4cdb
8 changed files with 170 additions and 1 deletions

View File

@@ -1,3 +1,14 @@
2023-06-23 Marek Polacek <polacek@redhat.com>
* include/cpplib.h (c_lang): Add CXX26 and GNUCXX26.
* init.cc (lang_defaults): Add rows for CXX26 and GNUCXX26.
(cpp_init_builtins): Set __cplusplus to 202400L for C++26.
Set __cplusplus to 202302L for C++23.
2023-06-23 Ben Boeckel <me@benboeckel.net>
* charset.cc: Allow `UCS_LIMIT` in UTF-8 strings.
2023-06-22 David Malcolm <dmalcolm@redhat.com>
* charset.cc (get_cppchar_property): New function template, based