]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 16 Apr 2025 00:23:25 +0000 (00:23 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 16 Apr 2025 00:23:25 +0000 (00:23 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 9575da5329fd0477368c0bace026ab3b2e80633c..eea77c5d1991569abe468fd7d706b7ce5e990ac0 100644 (file)
@@ -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
index 6a8ff35d9ec6d21bbb487982dddac1b836112f52..c9d404d186ef0882e9c66d608ec713181d64e5fc 100644 (file)
@@ -1 +1 @@
-20250415
+20250416
index 32a4a3aa71dc0a1de5e741910971dac740413171..15de43269ab5eced61c40f09fe16df46756d6efa 100644 (file)
@@ -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:
index 6b76e3f2641dd813a3eff4517882b46a3f912f46..a122358f3da40a87f32f80106cbb3b2241b30711 100644 (file)
@@ -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.
index a794e0179d3cbbead3ae8e11234738edd2c1599a..4f097e16728c77ebffe2378de5f7802443559904 100644 (file)
@@ -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: