diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-09-23 00:18:01 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-09-23 00:18:01 +0000 |
commit | 279c671509d6b2fbaa8dff360c4f8d85f84a20c6 (patch) | |
tree | 277a540190aacff21f9e6d51b4d5d43abb20af3a /gcc/cp | |
parent | 94ccaf62c378c3737f7e4b6a80e1160157119171 (diff) | |
download | gcc-279c671509d6b2fbaa8dff360c4f8d85f84a20c6.zip gcc-279c671509d6b2fbaa8dff360c4f8d85f84a20c6.tar.gz gcc-279c671509d6b2fbaa8dff360c4f8d85f84a20c6.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index afcb0f0..f2af297 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,15 @@ +2022-09-22 Patrick Palka <ppalka@redhat.com> + + PR c++/106826 + * module.cc (trees_out::decl_value): Use get_template_info in + the MK_partial case to handle both VAR_DECL and TYPE_DECL. + (trees_out::key_mergeable): Likewise. + (trees_in::key_mergeable): Likewise. + (has_definition): Consider DECL_INITIAL of a partial variable + template specialization. + (depset::hash::make_dependency): Handle partial variable template + specializations too. + 2022-09-20 Patrick Palka <ppalka@redhat.com> * decl.cc (cp_finish_decl): After updating the deduced type of a |