aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-03-14 00:17:05 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-03-14 00:17:05 +0000
commita9835599fdb56f33da23e4514a9e21d8c2d51d71 (patch)
tree3ad62be959c45e1eb3528de6b8585888ac637ba5 /libcpp
parent370298f493020eeff48bc2e56463c1097ed67b1d (diff)
downloadgcc-a9835599fdb56f33da23e4514a9e21d8c2d51d71.zip
gcc-a9835599fdb56f33da23e4514a9e21d8c2d51d71.tar.gz
gcc-a9835599fdb56f33da23e4514a9e21d8c2d51d71.tar.bz2
Daily bump.
Diffstat (limited to 'libcpp')
-rw-r--r--libcpp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index a836029..0d5bc9e 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,13 @@
+2023-03-13 Lewis Hyatt <lhyatt@gmail.com>
+
+ PR preprocessor/67046
+ * directives.cc (_cpp_do__Pragma): Increment pfile->keep_tokens to
+ ensure the returned string token is valid.
+
+2023-03-13 Lewis Hyatt <lhyatt@gmail.com>
+
+ * generated_cpp_wcwidth.h: Regenerated for Unicode 15.
+
2022-12-07 Joseph Myers <joseph@codesourcery.com>
* init.cc (lang_defaults): Enable va_opt for STDC2X.