aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-11-21 00:16:46 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-11-21 00:16:46 +0000
commitfb98ede8ca007d5f7c1d3208f22b3094e2802702 (patch)
treeb3452de5842cbdbfdb3c9d6251c9e70651d8c4f1 /libcpp
parenta16a5460447eaaff0b4468064e4d7b1cc8fc42eb (diff)
downloadgcc-fb98ede8ca007d5f7c1d3208f22b3094e2802702.zip
gcc-fb98ede8ca007d5f7c1d3208f22b3094e2802702.tar.gz
gcc-fb98ede8ca007d5f7c1d3208f22b3094e2802702.tar.bz2
Daily bump.
Diffstat (limited to 'libcpp')
-rw-r--r--libcpp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index d1dd151..9236b44 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,14 @@
+2022-11-19 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
+
+ PR preprocessor/107691
+ * configure.ac: Add valgrind header checks.
+ * configure: Regenerate.
+
+2022-11-18 Richard Purdie <richard.purdie@linuxfoundation.org>
+
+ * macro.cc (_cpp_builtin_macro_text): Don't remap filenames within
+ directives.
+
2022-11-05 Lewis Hyatt <lhyatt@gmail.com>
PR preprocessor/55971