diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-04-27 00:16:44 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-04-27 00:16:44 +0000 |
commit | 4a3dbcbdb3d2b1f0759082987135965f6a185d17 (patch) | |
tree | 023954ea4540a5bb9245d258593176b5ce55d84b /gcc/cp/ChangeLog | |
parent | d7f0bc05949481048d2fd524ecb2d892f6a04294 (diff) | |
download | gcc-4a3dbcbdb3d2b1f0759082987135965f6a185d17.zip gcc-4a3dbcbdb3d2b1f0759082987135965f6a185d17.tar.gz gcc-4a3dbcbdb3d2b1f0759082987135965f6a185d17.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 9cdc935..3735684 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,26 @@ +2023-04-26 Jason Merrill <jason@redhat.com> + + * init.cc (nsdmi_inst): Remove. + (maybe_instantiate_nsdmi_init): Use DECL_INITIAL instead. + +2023-04-26 Jason Merrill <jason@redhat.com> + + PR c++/109241 + * pt.cc (instantiate_class_template): Do partially instantiate. + (tsubst_expr): Do call complete_type for partial instantiations. + +2023-04-26 Jason Merrill <jason@redhat.com> + + PR c++/69836 + * pt.cc (regenerate_decl_from_template): Skip unique friends. + +2023-04-26 Patrick Palka <ppalka@redhat.com> + + * pt.cc (most_specialized_partial_spec): Exit early when + DECL_TEMPLATE_SPECIALIZATIONS is empty. Move local variable + declarations closer to their first use. Remove redundant + flag_concepts test. Remove redundant forward declaration. + 2023-04-25 Patrick Palka <ppalka@redhat.com> PR c++/108975 |