aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 9130d6a..fc25502 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,14 @@
+2024-06-11 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 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.
+
2023-05-08 Release Manager
* GCC 12.3.0 released.