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

commit r15-11512-ge7bf60112e920eefae72884d898ec1f41e85583f
Author: GCC Administrator <[email protected]>
Date:   Thu Aug 27 00:20:19 2026 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           |  8 ++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/ada/ChangeLog       |  6 ++++++
 gcc/fortran/ChangeLog   | 10 ++++++++++
 gcc/testsuite/ChangeLog | 21 +++++++++++++++++++++
 5 files changed, 46 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9ee83d2988ea..dd8e56317e6d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2026-08-26  Eric Botcazou  <[email protected]>
+
+       PR ada/125984
+       * tree-dfa.cc (get_ref_base_and_extent) <ARRAY_REF>: Use the range
+       of the difference between the index expression and the low bound,
+       instead of that of the index expression itself, to constrain the
+       maximum size of the access.
+
 2026-08-24  Jin Ma  <[email protected]>
 
        Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index e377e79f10a6..f258e973dfcb 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260826
+20260827
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 53ba6cf496a0..c63c9d8a7d4c 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,9 @@
+2026-08-26  Eric Botcazou  <[email protected]>
+
+       PR ada/127026
+       * exp_aggr.adb (Must_Slide): Check for the unconstrained case only
+       after all the negative tests.
+
 2026-08-24  Eric Botcazou  <[email protected]>
 
        PR ada/127026
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 432d1e81d0a7..5c82b42eb525 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,13 @@
+2026-08-26  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2026-07-08  Harald Anlauf  <[email protected]>
+
+       PR fortran/126127
+       * interface.cc (find_symtree0): Check for NULL pointer.
+       (gfc_find_sym_in_symtree): Also search user-defined operator list
+       when the symbol refers to a function.
+
 2026-08-16  Paul Thomas  <[email protected]>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 98aecae1c946..2ccfc1563fcc 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,24 @@
+2026-08-26  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2026-07-08  Harald Anlauf  <[email protected]>
+
+       PR fortran/126127
+       * gfortran.dg/block_18.f90: New test.
+
+2026-08-26  Eric Botcazou  <[email protected]>
+
+       * gnat.dg/opt110.adb: New test.
+
+2026-08-26  Alexandre Oliva  <[email protected]>
+
+       Backported from master:
+       2026-08-26  Alexandre Oliva  <[email protected]>
+
+       PR tree-optimization/126650
+       * gcc.dg/torture/pr126650.c: Be explicit about endianness
+       expectations.
+
 2026-08-24  Jin Ma  <[email protected]>
 
        Backported from master:

Reply via email to