summaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 1229af9a115..036b6b4f689 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,34 @@
+2022-01-26 Jason Merrill <jason@redhat.com>
+
+ PR c++/104206
+ PR c++/101072
+ * semantics.cc (finish_compound_literal): Restore VECTOR_TYPE check.
+
+2022-01-26 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/104226
+ * constexpr.cc (init_subob_ctx): For vector ctors containing
+ vector elements, ensure appending to the same ctor instead of
+ creating another one.
+
+2022-01-26 Marek Polacek <polacek@redhat.com>
+
+ PR target/104213
+ * decl.cc (finish_constructor_body): Suppress -Wuse-after-free.
+ (finish_destructor_body): Likewise.
+ * optimize.cc (build_delete_destructor_body): Likewise.
+
+2022-01-26 Jason Merrill <jason@redhat.com>
+
+ PR c++/104235
+ * parser.cc (cp_parser_template_name): Repeat lookup of USING_DECL.
+
+2022-01-26 Jason Merrill <jason@redhat.com>
+
+ PR c++/103057
+ * pt.cc (tsubst_aggr_type): Call tsubst for alias template
+ specialization.
+
2022-01-25 Patrick Palka <ppalka@redhat.com>
PR c++/101532