diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-01-27 00:16:29 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-01-27 00:16:29 +0000 |
commit | eaa5907034332649c918f0579da805b6e786aa47 (patch) | |
tree | 11b9800d0072118857bba697744b0907b84cf751 /gcc/cp | |
parent | fd5b0488ad5e4f29b65238e06a2d65b7de120235 (diff) | |
download | gcc-eaa5907034332649c918f0579da805b6e786aa47.zip gcc-eaa5907034332649c918f0579da805b6e786aa47.tar.gz gcc-eaa5907034332649c918f0579da805b6e786aa47.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 1229af9..036b6b4 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 |