Daily bump.

This commit is contained in:
GCC Administrator
2024-07-26 00:17:23 +00:00
parent e397f8524a
commit 18eb6ca136
7 changed files with 431 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2024-07-25 Jakub Jelinek <jakub@redhat.com>
PR c++/110343
* lex.cc: C++26 P2558R2 - Add @, $, and ` to the basic character set.
(lex_raw_string): For C++26 allow $@` characters in prefix.
* charset.cc (_cpp_valid_ucn): For C++26 reject \u0024 in identifiers.
2024-07-24 David Malcolm <dmalcolm@redhat.com>
* include/rich-location.h