[gcc r14-11618] Daily bump.
GCC Administrator
gccadmin@gcc.gnu.org
Wed Apr 16 00:23:56 GMT 2025
https://gcc.gnu.org/g:0cb00fe889880206ad78145b9d22f863d810fc39
commit r14-11618-g0cb00fe889880206ad78145b9d22f863d810fc39
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date: Wed Apr 16 00:23:25 2025 +0000
Daily bump.
Diff:
---
gcc/ChangeLog | 29 +++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 9 +++++++++
gcc/testsuite/ChangeLog | 34 ++++++++++++++++++++++++++++++++++
libstdc++-v3/ChangeLog | 10 ++++++++++
5 files changed, 83 insertions(+), 1 deletion(-)
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9575da5329fd..eea77c5d1991 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,32 @@
+2025-04-15 Andrew Pinski <quic_apinski@quicinc.com>
+
+ Backported from master:
+ 2025-03-16 Andrew Pinski <quic_apinski@quicinc.com>
+
+ PR middle-end/113546
+ * tree-cfg.cc (first_non_label_stmt): Rename to ...
+ (first_non_label_nondebug_stmt): This and use gsi_start_nondebug_after_labels_bb.
+ (assign_discriminators): Update call to first_non_label_nondebug_stmt.
+
+2025-04-15 Andrew Pinski <quic_apinski@quicinc.com>
+
+ Backported from master:
+ 2024-12-04 Andrew Pinski <quic_apinski@quicinc.com>
+
+ PR tree-optimization/117243
+ PR tree-optimization/116749
+ * tree-ssa-phiopt.cc (replace_phi_edge_with_variable): Reset loop
+ estimates if the cond_block was an exit to a loop.
+
+2025-04-15 Andrew Pinski <quic_apinski@quicinc.com>
+
+ Backported from master:
+ 2025-03-09 Andrew Pinski <quic_apinski@quicinc.com>
+
+ PR tree-optimization/118922
+ * tree-ssa-phiopt.cc (value_replacement): Set empty_or_with_defined_p
+ to false when there is phi nodes for the middle bb.
+
2025-04-14 2024-12-12 Martin Uecker <uecker@tugraz.at>
PR lto/119792
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 6a8ff35d9ec6..c9d404d186ef 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20250415
+20250416
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 32a4a3aa71dc..15de43269ab5 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,12 @@
+2025-04-15 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2025-04-14 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/99214
+ * constraint.cc (satisfy_declaration_constraints): Pass the
+ original ARGS to push_tinst_level.
+
2025-04-14 Simon Martin <simon@nasilyan.com>
Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 6b76e3f2641d..a122358f3da4 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,37 @@
+2025-04-15 Andrew Pinski <quic_apinski@quicinc.com>
+
+ Backported from master:
+ 2025-03-16 Andrew Pinski <quic_apinski@quicinc.com>
+
+ PR middle-end/113546
+ * c-c++-common/torture/pr113546-1.c: New test.
+
+2025-04-15 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2025-04-14 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/99214
+ * g++.dg/concepts/diagnostic20.C: New test.
+
+2025-04-15 Andrew Pinski <quic_apinski@quicinc.com>
+
+ Backported from master:
+ 2024-12-04 Andrew Pinski <quic_apinski@quicinc.com>
+
+ PR tree-optimization/117243
+ PR tree-optimization/116749
+ * gcc.dg/torture/pr117243-1.c: New test.
+ * gcc.dg/torture/pr117243-2.c: New test.
+
+2025-04-15 Andrew Pinski <quic_apinski@quicinc.com>
+
+ Backported from master:
+ 2025-03-09 Andrew Pinski <quic_apinski@quicinc.com>
+
+ PR tree-optimization/118922
+ * gcc.dg/torture/pr118922-1.c: New test.
+
2025-04-14 Eric Botcazou <ebotcazou@adacore.com>
* gcc.dg/pr113688.c: Delete.
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index a794e0179d3c..4f097e16728c 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,13 @@
+2025-04-15 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2025-04-14 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/21334
+ * doc/xml/manual/using.xml: Document that container data race
+ avoidance rules do not apply to COW std::string.
+ * doc/html/*: Regenerate.
+
2025-04-10 Jonathan Wakely <jwakely@redhat.com>
Backported from master:
More information about the Libstdc++-cvs
mailing list