aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-06-01 00:18:21 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-06-01 00:18:21 +0000
commit6d2de5e539bcc1934c4fa12253b929985066aa32 (patch)
tree1c688e1d11a581f881b43ff3e6ddb89fdd5e5d85 /libcpp/ChangeLog
parent718a78fcfb03ca3c552800b510ef3eb085bcbb76 (diff)
downloadgcc-6d2de5e539bcc1934c4fa12253b929985066aa32.zip
gcc-6d2de5e539bcc1934c4fa12253b929985066aa32.tar.gz
gcc-6d2de5e539bcc1934c4fa12253b929985066aa32.tar.bz2
Daily bump.
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index a1f4f2c..498dd0e 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,12 @@
+2021-05-31 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2021-05-20 Jakub Jelinek <jakub@redhat.com>
+
+ PR preprocessor/100646
+ * lex.c (cpp_directive_only_process): Treat end of file as termination
+ for !is_block comments.
+
2021-05-12 Jakub Jelinek <jakub@redhat.com>
Backported from master: