aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-11-22 00:17:49 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-11-22 00:17:49 +0000
commit8b7fee1de9a723ccc24d2de1c89d233f27b16a0a (patch)
tree5e647c2aa135aa4b2cd8d53048ec4f1a8a1c67ce /libcpp
parent4e4e45a4fd341174d8231ee6a99e6fe308904f8f (diff)
downloadgcc-8b7fee1de9a723ccc24d2de1c89d233f27b16a0a.zip
gcc-8b7fee1de9a723ccc24d2de1c89d233f27b16a0a.tar.gz
gcc-8b7fee1de9a723ccc24d2de1c89d233f27b16a0a.tar.bz2
Daily bump.
Diffstat (limited to 'libcpp')
-rw-r--r--libcpp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 9236b44..a2db376 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,16 @@
+2022-11-21 Lewis Hyatt <lhyatt@gmail.com>
+
+ * directives.cc (do_pragma): Fix memory leak in token buffer. Fix
+ unwanted paste between two tokens.
+
+2022-11-21 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
+
+ * files.cc: Ensure pattern matches before use.
+
+2022-11-21 Martin Liska <mliska@suse.cz>
+
+ * config.in: Re-configure.
+
2022-11-19 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
PR preprocessor/107691