diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-10-23 00:19:43 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-10-23 00:19:43 +0000 |
commit | 01ed5c62bf8a9759442d1f4c80ea6dc3d71f3719 (patch) | |
tree | 19fa295707202f3baaa5de103b23e06c2116628c /gcc/cp | |
parent | ecb55d94738b1ed36fa76d02e3454cc4959a141d (diff) | |
download | gcc-01ed5c62bf8a9759442d1f4c80ea6dc3d71f3719.zip gcc-01ed5c62bf8a9759442d1f4c80ea6dc3d71f3719.tar.gz gcc-01ed5c62bf8a9759442d1f4c80ea6dc3d71f3719.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index b4b14b5..00d1d4f 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,27 @@ +2024-10-22 Jason Merrill <jason@redhat.com> + + PR c++/117107 + PR c++/92687 + * decl.cc (lookup_decomp_type): Handle null table. + +2024-10-22 Patrick Palka <ppalka@redhat.com> + + * pt.cc (register_specialization): Set elt.hash. + +2024-10-22 Nathaniel Shead <nathanieloshead@gmail.com> + + * module.cc (depset::DB_IS_MEMBER_BIT): Rename to... + (depset::DB_IS_PENDING_BIT): ...this. + (depset::is_member): Remove. + (depset::is_pending_entity): New function. + (depset::hash::make_dependency): Mark definitions of + namespace-scope types as maybe-pending entities. + (depset::hash::add_class_entities): Rename DB_IS_MEMBER_BIT to + DB_IS_PENDING_BIT. + (depset::hash::find_dependencies): Use is_pending_entity + instead of is_member. + (module_state::write_pendings): Likewise; adjust comment. + 2024-10-18 Alejandro Colomar <alx@kernel.org> * cp-tree.h (array_type_nelts_top) |