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

commit r15-10947-g6b1dad7448948c845065a9a006692de238ec47c8
Author: GCC Administrator <[email protected]>
Date:   Sat Mar 14 00:19:29 2026 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 59 +++++++++++++++++++++++++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/c-family/ChangeLog  |  9 ++++++++
 gcc/testsuite/ChangeLog | 43 +++++++++++++++++++++++++++++++++++
 4 files changed, 112 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b13cd8eea96c..0da1f80bf74a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,62 @@
+2026-03-13  Andrew Pinski  <[email protected]>
+
+       Backported from master:
+       2026-03-12  Andrew Pinski  <[email protected]>
+
+       PR target/124409
+       * doc/install.texi: Increment the required binutils for
+       riscv to 2.40.
+
+2026-03-13  Andrew Pinski  <[email protected]>
+
+       Backported from master:
+       2026-03-04  Andrew Pinski  <[email protected]>
+
+       PR tree-optimization/119568
+       * tree-ssa-math-opts.cc (convert_plusminus_to_widen): Reject different
+       mode classes.
+
+2026-03-13  Andrew Pinski  <[email protected]>
+
+       Backported from master:
+       2026-02-20  Andrew Pinski  <[email protected]>
+
+       PR tree-optimization/121103
+       * gimple-fold.cc (gimple_fold_call): Don't simplify
+       noreturn functions.
+       * tree-ssa-dse.cc (dse_optimize_stmt): Don't handle
+       calls to noreturn functions.
+
+2026-03-13  Andrew Pinski  <[email protected]>
+
+       Backported from master:
+       2026-01-30  Andrew Pinski  <[email protected]>
+
+       PR rtl-optimization/122170
+       * ifcvt.cc (noce_can_force_operand): Don't only check if
+       there is an optab for the code check the entry for the
+       mode is non-null. Handle non integral div by checking
+       optab like force_operand does.
+
+2026-03-13  Andrew Pinski  <[email protected]>
+
+       Backported from master:
+       2026-02-02  Andrew Pinski  <[email protected]>
+
+       PR rtl-optimization/123294
+       * ifcvt.cc (noce_emit_store_flag): Reject modes
+       greater than MAX_FIXED_MODE_SIZE.
+
+2026-03-13  Andrew Pinski  <[email protected]>
+
+       Backported from master:
+       2026-01-18  Andrew Pinski  <[email protected]>
+
+       PR tree-optimization/123645
+       * tree-ssa-phiopt.cc (cond_removal_in_builtin_zero_pattern): Rewrite
+       the canonicalization of the args code based on e1/e2 being edges into
+       the join block.
+
 2026-03-10  Robin Dapp  <[email protected]>
 
        Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index d82eff2846b6..2f70af793811 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260313
+20260314
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 4dab838c0618..28bc7d925d9b 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,12 @@
+2026-03-13  Andrew Pinski  <[email protected]>
+
+       Backported from master:
+       2026-02-12  Andrew Pinski  <[email protected]>
+
+       PR c/105555
+       * c-common.cc (fold_offsetof): Handle REALPART_EXPR
+       and IMAGPART_EXPR.
+
 2026-01-09  Richard Biener  <[email protected]>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index a5dd6982e23e..2f36e4348b56 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,46 @@
+2026-03-13  Andrew Pinski  <[email protected]>
+
+       Backported from master:
+       2026-03-12  Andrew Pinski  <[email protected]>
+
+       PR testsuite/119930
+       * g++.dg/coroutines/torture/pr103953.C: Store the second
+       lambda into its own object to extend its lifeime.
+
+2026-03-13  Andrew Pinski  <[email protected]>
+
+       Backported from master:
+       2026-02-20  Andrew Pinski  <[email protected]>
+
+       PR tree-optimization/121103
+       * gcc.dg/torture/pr121103-1.c: New test.
+
+2026-03-13  Andrew Pinski  <[email protected]>
+
+       Backported from master:
+       2026-02-12  Andrew Pinski  <[email protected]>
+
+       PR c/105555
+       * gcc.dg/complex-10.c: New test.
+
+2026-03-13  Andrew Pinski  <[email protected]>
+
+       Backported from master:
+       2026-02-02  Andrew Pinski  <[email protected]>
+
+       PR rtl-optimization/123294
+       * gcc.dg/pr123294-1.c: New test.
+       * gcc.target/aarch64/pr123294-1.c: New test.
+
+2026-03-13  Andrew Pinski  <[email protected]>
+
+       Backported from master:
+       2026-01-18  Andrew Pinski  <[email protected]>
+
+       PR tree-optimization/123645
+       * gcc.dg/torture/pr123645-1.c: New test.
+       * gcc.dg/torture/pr123645-2.c: New test.
+
 2026-03-12  Nathaniel Shead  <[email protected]>
 
        Backported from master:

Reply via email to