aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-02-20 00:18:15 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-02-20 00:18:15 +0000
commit7e6f9909e9bd4677812aeb6c1cbe689df166ccd6 (patch)
tree4bb2a7de5ddd2a86642fa6a65c92d8b05c97180b /libcpp/ChangeLog
parent3eecfec27666b16b2ef855f32ba3f975e087dec1 (diff)
downloadgcc-7e6f9909e9bd4677812aeb6c1cbe689df166ccd6.zip
gcc-7e6f9909e9bd4677812aeb6c1cbe689df166ccd6.tar.gz
gcc-7e6f9909e9bd4677812aeb6c1cbe689df166ccd6.tar.bz2
Daily bump.
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 4e08f32..c139ef0 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,23 @@
+2022-02-19 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2022-02-01 Jakub Jelinek <jakub@redhat.com>
+
+ PR preprocessor/104147
+ * macro.c (funlike_invocation_p): For padding prefer a token
+ with val.source non-NULL especially if it has PREV_WHITE set
+ on val.source->flags. Add gcc_assert that CPP_PADDING tokens
+ don't have PREV_WHITE set in flags.
+
+2022-02-19 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2022-02-01 Jakub Jelinek <jakub@redhat.com>
+
+ * directives.c (destringize_and_run): Push &pfile->avoid_paste
+ instead of a copy of pfile->directive_result for the CPP_PADDING
+ case.
+
2022-01-24 Jakub Jelinek <jakub@redhat.com>
Backported from master: