Daily bump.

This commit is contained in:
GCC Administrator
2024-02-23 00:16:46 +00:00
parent d34d7c74d5
commit 77de8b722d
8 changed files with 1253 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
2024-02-22 Jakub Jelinek <jakub@redhat.com>
PR c/114007
* include/cpplib.h (COLON_SCOPE): Define to PURE_ZERO.
* lex.cc (_cpp_lex_direct): When lexing CPP_COLON with another
colon after it, if !CPP_OPTION (pfile, scope) set COLON_SCOPE
flag on the first CPP_COLON token.
2024-02-01 Lewis Hyatt <lhyatt@gmail.com>
PR preprocessor/105608