https://gcc.gnu.org/g:df593d7fdc33081ca13afcf26b65e593c4f7e1c4

commit r15-11552-gdf593d7fdc33081ca13afcf26b65e593c4f7e1c4
Author: GCC Administrator <[email protected]>
Date:   Mon Sep 7 00:20:06 2026 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 11 +++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/testsuite/ChangeLog |  9 +++++++++
 3 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 30c79e7ad19b..5826547cf99e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,14 @@
+2026-09-06  Rohith Kapelli  <[email protected]>
+
+       Backported from master:
+       2026-08-13  Rohith Kapelli  <[email protected]>
+
+       PR rtl-optimization/125683
+       * simplify-rtx.cc (simplify_context::simplify_ternary_operation):
+       When folding an IF_THEN_ELSE of two equal MEM operands with
+       different memory attributes, return a copy whose attributes are
+       widened to what both operands allow.
+
 2026-09-05  Pietro Monteiro  <[email protected]>
 
        Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 3a7846ef28b6..bce4a90beeb0 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260906
+20260907
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 09a60b439aeb..c8c55631f3bf 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,12 @@
+2026-09-06  Rohith Kapelli  <[email protected]>
+
+       Backported from master:
+       2026-08-13  Rohith Kapelli  <[email protected]>
+
+       PR rtl-optimization/125683
+       * gcc.dg/pr125683.c: New test.
+       * gcc.dg/rtl/aarch64/pr125683-flags.c: New test.
+
 2026-09-04  Georg-Johann Lay  <[email protected]>
 
        Backported from master:

Reply via email to