aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-01-11 00:16:36 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-01-11 00:16:36 +0000
commitd9450aa0e8b70f2362925cbcac8a29733899d37f (patch)
tree305172f8d1320f8f82921a28dc576c700f516606 /gcc/cp
parent04a745556021b7a1c6e81a41d0a12b60a4d9475d (diff)
downloadgcc-d9450aa0e8b70f2362925cbcac8a29733899d37f.zip
gcc-d9450aa0e8b70f2362925cbcac8a29733899d37f.tar.gz
gcc-d9450aa0e8b70f2362925cbcac8a29733899d37f.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index cfbec59..d762ddf 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,26 @@
+2022-01-10 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/103879
+ * constexpr.c (cxx_fold_indirect_ref): Split out object/offset
+ canonicalization step into a local lambda. Strengthen it to
+ absorb more components at position 0. Use it before both calls
+ to cxx_fold_indirect_ref_1.
+
+2022-01-10 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/103783
+ * call.c (cand_parms_match): Skip over 'this' when given one
+ static and one non-static member function.
+
+2022-01-10 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/103912
+ * semantics.c (expand_or_defer_fn): For immediate functions, set
+ node->body_removed to true and clear analyzed, definition and
+ force_output.
+ * decl2.c (c_parse_final_cleanups): Ignore immediate functions for
+ expand_or_defer_fn.
+
2022-01-08 Jakub Jelinek <jakub@redhat.com>
PR c++/89074