https://gcc.gnu.org/g:6ae507ef5003b1025b4b241f49c83b0e8ea503e5

commit r13-10370-g6ae507ef5003b1025b4b241f49c83b0e8ea503e5
Author: GCC Administrator <[email protected]>
Date:   Wed Jun 17 00:17:53 2026 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 50 +++++++++++++++++++++++++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/testsuite/ChangeLog | 41 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 92 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 69340e830933..fbf834d9035d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,53 @@
+2026-06-16  Richard Biener  <[email protected]>
+
+       Backported from master:
+       2026-04-27  Richard Biener  <[email protected]>
+
+       PR tree-optimization/125025
+       * tree-ssa-loop-niter.cc (number_of_iterations_ne): Avoid
+       negation of most negative signed integer.
+       (number_of_iterations_lt): Likewise.
+
+2026-06-16  Richard Biener  <[email protected]>
+
+       Backported from master:
+       2026-04-14  Richard Biener  <[email protected]>
+
+       PR tree-optimization/124868
+       * gimple-ssa-isolate-paths.cc (handle_return_addr_local_phi_arg):
+       Do not diagnose returns in blocks not dominated by the PHI.
+       (find_implicit_erroneous_behavior): Do two sweeps over PHIs,
+       first for NULL dereferences and then for local address returns.
+
+2026-06-16  Richard Biener  <[email protected]>
+
+       Backported from master:
+       2026-02-17  Richard Biener  <[email protected]>
+
+       PR tree-optimization/124132
+       * tree-ssa-loop-split.cc (compute_new_first_bound): Fix
+       bound difference computation.
+
+2026-06-16  Richard Biener  <[email protected]>
+
+       Backported from master:
+       2026-02-03  Richard Biener  <[email protected]>
+
+       PR ipa/123416
+       * ipa-modref.cc (ipa_merge_modref_summary_after_inlining):
+       Fix typo in condtion for load merging when no callee summary.
+
+2026-06-16  Jan Hubicka  <[email protected]>
+
+       Backported from master:
+       2026-03-10  Jan Hubicka  <[email protected]>
+                   Andrew Pinski  <[email protected]>
+
+       PR tree-optimization/120987
+       * ipa-modref.cc (ipa_merge_modref_summary_after_inlining): Mask
+       off non const/pure/novops related flags when combining of outer
+       functions.
+
 2026-06-11  Georg-Johann Lay  <[email protected]>
 
        Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index a667d62b7762..600063a82e3c 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260616
+20260617
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index d231055d75d8..4c02cb111dfa 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,44 @@
+2026-06-16  Richard Biener  <[email protected]>
+
+       Backported from master:
+       2026-04-27  Richard Biener  <[email protected]>
+
+       PR tree-optimization/125025
+       * gcc.dg/torture/pr125025.c: New testcase.
+
+2026-06-16  Richard Biener  <[email protected]>
+
+       Backported from master:
+       2026-04-14  Richard Biener  <[email protected]>
+
+       PR tree-optimization/124868
+       * gcc.dg/torture/pr124868.c: New testcase.
+
+2026-06-16  Richard Biener  <[email protected]>
+
+       Backported from master:
+       2026-02-17  Richard Biener  <[email protected]>
+
+       PR tree-optimization/124132
+       * gcc.dg/torture/pr124132.c: New testcase.
+
+2026-06-16  Richard Biener  <[email protected]>
+
+       Backported from master:
+       2026-02-03  Richard Biener  <[email protected]>
+
+       PR ipa/123416
+       * gcc.dg/torture/pr123416.c: New testcase.
+
+2026-06-16  Jan Hubicka  <[email protected]>
+
+       Backported from master:
+       2026-03-10  Jan Hubicka  <[email protected]>
+                   Andrew Pinski  <[email protected]>
+
+       PR tree-optimization/120987
+       * g++.dg/torture/pr120987-1.C: New test.
+
 2026-06-11  Xi Ruoyao  <[email protected]>
 
        Backported from master:

Reply via email to