aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-07-20 00:17:53 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-07-20 00:17:53 +0000
commit8d6498f0d772775ad09d7d9e14f491a306e5f853 (patch)
tree5f520476df95767d66e373b604b6bdee83658b78 /gcc/cp/ChangeLog
parent01c095ab77f8f43bf77e4c0be6c4f4c0d15a4c29 (diff)
downloadgcc-8d6498f0d772775ad09d7d9e14f491a306e5f853.zip
gcc-8d6498f0d772775ad09d7d9e14f491a306e5f853.tar.gz
gcc-8d6498f0d772775ad09d7d9e14f491a306e5f853.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 4b48bc9..bcff971 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,25 @@
+2024-07-19 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/115783
+ * call.cc (build_new_method_call): Generalize METHOD_TYPE
+ check to DECL_OBJECT_MEMBER_FUNCTION_P.
+
+2024-07-19 Seyed Sajad Kahani <sska1377@gmail.com>
+
+ * constraint.cc (hash_placeholder_constraint): Rename to
+ iterative_hash_placeholder_constraint.
+ (iterative_hash_placeholder_constraint): Rename from
+ hash_placeholder_constraint and add the initial val argument.
+ * cp-tree.h (hash_placeholder_constraint): Rename to
+ iterative_hash_placeholder_constraint.
+ (iterative_hash_placeholder_constraint): Renamed from
+ hash_placeholder_constraint and add the initial val argument.
+ * pt.cc (struct ctp_hasher): Updated to use
+ iterative_hash_placeholder_constraint in the case of a valid placeholder
+ constraint.
+ (auto_hash::hash): Reflect the renaming of hash_placeholder_constraint to
+ iterative_hash_placeholder_constraint.
+
2024-07-18 Marek Polacek <polacek@redhat.com>
PR c++/108769