diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-11-21 00:16:46 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-11-21 00:16:46 +0000 |
commit | fb98ede8ca007d5f7c1d3208f22b3094e2802702 (patch) | |
tree | b3452de5842cbdbfdb3c9d6251c9e70651d8c4f1 /libcpp | |
parent | a16a5460447eaaff0b4468064e4d7b1cc8fc42eb (diff) | |
download | gcc-fb98ede8ca007d5f7c1d3208f22b3094e2802702.zip gcc-fb98ede8ca007d5f7c1d3208f22b3094e2802702.tar.gz gcc-fb98ede8ca007d5f7c1d3208f22b3094e2802702.tar.bz2 |
Daily bump.
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 11 |
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 |