aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcpp')
-rw-r--r--libcpp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index d5e0a1c7..9d18b23 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,9 @@
+2022-08-31 Jakub Jelinek <jakub@redhat.com>
+
+ PR preprocessor/106778
+ * makeuname2c.cc (write_nodes): Reverse order of && operands in
+ assert.
+
2022-08-26 Jakub Jelinek <jakub@redhat.com>
PR c++/106647