aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 53f0538..94de1c0 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,13 @@
+2021-01-11 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/98481
+ * class.c (find_abi_tags_r): Set *walk_subtrees to 2 instead of 1
+ for types.
+ (mark_abi_tags_r): Likewise.
+ * decl2.c (min_vis_r): Likewise.
+ * tree.c (cp_walk_subtrees): If *walk_subtrees_p is 2, look through
+ typedefs.
+
2021-01-08 Patrick Palka <ppalka@redhat.com>
PR c++/98551