https://gcc.gnu.org/g:046f9634830361b9edc65927714728759ba9cb5a

commit r13-10135-g046f9634830361b9edc65927714728759ba9cb5a
Author: GCC Administrator <[email protected]>
Date:   Sun Mar 15 00:17:42 2026 +0000

    Daily bump.

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

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c85803e99cbe..cabf7055f063 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,32 @@
+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-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-09  Kalvis Duckmanton  <[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 c0e680cb74c8..9f2b4288dc2b 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 ea9a6bb852b5..eb158d149a78 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-06-05  Release Manager
 
        * GCC 13.4.0 released.
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index c721ad2c1b6e..beb4982ec8f6 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,20 @@
+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-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