https://gcc.gnu.org/g:7440061d0353bf2b731482a0fc01c6d529d6530d
commit r14-12859-g7440061d0353bf2b731482a0fc01c6d529d6530d Author: GCC Administrator <[email protected]> Date: Mon Sep 7 00:18:50 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 3d1dd07bd95a..e96dccb82e65 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-08-29 Georg-Johann Lay <[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 a930454307e8..e13b37ceb7c2 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-03 Patrick Palka <[email protected]> Backported from master:
