aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2025-04-16 00:18:18 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2025-04-16 00:18:18 +0000
commit60130b2d3338c03b5983048fe5405c7175dd47c4 (patch)
treea393f7e94d07fb961ea8a8e0529abd381bfa6391 /gcc/cp
parentc5ffab99a5a962aa955310e74ca0a4be5c1acf30 (diff)
downloadgcc-60130b2d3338c03b5983048fe5405c7175dd47c4.zip
gcc-60130b2d3338c03b5983048fe5405c7175dd47c4.tar.gz
gcc-60130b2d3338c03b5983048fe5405c7175dd47c4.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 94470dc..aa2f076 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,29 @@
+2025-04-15 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ PR c++/119755
+ * lambda.cc (prune_lambda_captures): Remove pruned capture from
+ function's BLOCK_VARS and BIND_EXPR_VARS.
+
+2025-04-15 Jason Merrill <jason@redhat.com>
+
+ PR c++/111075
+ * constexpr.cc (cxx_eval_call_expression): Allow trivial
+ call from a thunk.
+
+2025-04-15 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/119807
+ PR c++/112288
+ * pt.cc (tsubst_friend_function): Skip remapping an
+ existing specialization if it doesn't match the shape of
+ the new friend definition.
+
+2025-04-15 Jason Merrill <jason@redhat.com>
+
+ PR c++/113835
+ * constexpr.cc (cxx_eval_outermost_constant_expr): Bail out early
+ for std::vector(N).
+
2025-04-14 Patrick Palka <ppalka@redhat.com>
PR c++/99214