From: GCC Administrator Date: Wed, 16 Apr 2025 00:23:25 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-14.3.0~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cb00fe889880206ad78145b9d22f863d810fc39;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9575da5329f..eea77c5d199 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,32 @@ +2025-04-15 Andrew Pinski + + Backported from master: + 2025-03-16 Andrew Pinski + + 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 + + Backported from master: + 2024-12-04 Andrew Pinski + + 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 + + Backported from master: + 2025-03-09 Andrew Pinski + + 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 PR lto/119792 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 6a8ff35d9ec..c9d404d186e 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250415 +20250416 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 32a4a3aa71d..15de43269ab 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,12 @@ +2025-04-15 Patrick Palka + + Backported from master: + 2025-04-14 Patrick Palka + + PR c++/99214 + * constraint.cc (satisfy_declaration_constraints): Pass the + original ARGS to push_tinst_level. + 2025-04-14 Simon Martin Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6b76e3f2641..a122358f3da 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,37 @@ +2025-04-15 Andrew Pinski + + Backported from master: + 2025-03-16 Andrew Pinski + + PR middle-end/113546 + * c-c++-common/torture/pr113546-1.c: New test. + +2025-04-15 Patrick Palka + + Backported from master: + 2025-04-14 Patrick Palka + + PR c++/99214 + * g++.dg/concepts/diagnostic20.C: New test. + +2025-04-15 Andrew Pinski + + Backported from master: + 2024-12-04 Andrew Pinski + + 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 + + Backported from master: + 2025-03-09 Andrew Pinski + + PR tree-optimization/118922 + * gcc.dg/torture/pr118922-1.c: New test. + 2025-04-14 Eric Botcazou * gcc.dg/pr113688.c: Delete. diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a794e0179d3..4f097e16728 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,13 @@ +2025-04-15 Jonathan Wakely + + Backported from master: + 2025-04-14 Jonathan Wakely + + 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 Backported from master: