https://gcc.gnu.org/g:67e3201843afb222a51d458b920f44defe5ed401

commit r14-12366-g67e3201843afb222a51d458b920f44defe5ed401
Author: GCC Administrator <[email protected]>
Date:   Sun Mar 15 00:18:26 2026 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 38 ++++++++++++++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/ada/ChangeLog       |  7 +++++++
 gcc/c-family/ChangeLog  |  9 +++++++++
 gcc/testsuite/ChangeLog | 26 ++++++++++++++++++++++++++
 5 files changed, 81 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2a2c3c1beda7..f6eff754247e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,41 @@
+2026-03-14  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-14  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-14  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-14  Andrew Pinski  <[email protected]>
+
+       Backported from master:
+       2025-09-02  Andrew Pinski  <[email protected]>
+
+       PR tree-optimization/121776
+       * tree-ssa-strlen.cc (strlen_pass::handle_builtin_memcmp): Create
+       unaligned types if the alignment of the pointers is less
+       than the alignment of the new type.
+
 2026-03-12  Martin Jambor  <[email protected]>
 
        Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 2f70af793811..fcb1d4c3c87c 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260314
+20260315
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 53931caab470..922248044572 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,10 @@
+2026-03-14  Matthias Klose  <[email protected]>
+
+       PR ada/107475
+       * Makefile.rtl (s390% linux%): Define MISCLIB.
+       (arm% linux-gnueabi%): Likewise.
+       (%x32 linux%): Likewise.
+
 2026-02-28  Eric Botcazou  <[email protected]>
 
        PR ada/124285
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 6e4ebba5b8de..a0716d1a7bab 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,12 @@
+2026-03-14  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.
+
 2025-10-14  Jakub Jelinek  <[email protected]>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index d76456e38d16..e03051b97f05 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,29 @@
+2026-03-14  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-14  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-14  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-13  Patrick Palka  <[email protected]>
 
        Backported from master:

Reply via email to