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

commit r15-11366-gd2396372b7c7c6c1847269f7e2c3f9059a19f18b
Author: GCC Administrator <[email protected]>
Date:   Sat Jul 11 00:19:44 2026 +0000

    Daily bump.

Diff:
---
 gcc/DATESTAMP           |  2 +-
 gcc/cp/ChangeLog        |  8 ++++++++
 gcc/testsuite/ChangeLog |  8 ++++++++
 libgfortran/ChangeLog   | 20 ++++++++++++++++++++
 4 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index f3fe500bd976..97b47c660212 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260710
+20260711
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index a9867cbe2ddd..a2ca253e23f4 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,11 @@
+2026-07-10  Alexandre Oliva  <[email protected]>
+
+       Backported from master:
+       2026-04-03  Alexandre Oliva  <[email protected]>
+
+       * coroutines.cc (cp_coroutine_transform::build_ramp_function):
+       Zero-initialize refcount.
+
 2026-06-17  Andrew Pinski  <[email protected]>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 19850b415632..ff0e537d0558 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,11 @@
+2026-07-10  Jerry DeLisle  <[email protected]>
+
+       Backported from master:
+       2026-07-08  Jerry DeLisle  <[email protected]>
+
+       PR libfortran/126116
+       * gfortran.dg/pr126116.f90: New test.
+
 2026-07-09  Jerry DeLisle  <[email protected]>
 
        Backported from master:
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 70dfb7e49857..6a88315a1fcd 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,23 @@
+2026-07-10  Jerry DeLisle  <[email protected]>
+
+       Backported from master:
+       2026-07-08  Jerry DeLisle  <[email protected]>
+
+       PR libfortran/126116
+       * io/io.h (struct gfc_unit): Add bool for tracking.
+       Fix some white space problems.
+       * io/unit.c (close_unit_1): Add a declaration for this
+       function so it can be called before it has been defined.
+       Use the new bool.
+       (is_internal_reserved): New helper function. Returns true
+       only if the unit is not null and the internal unit kind is zero
+       meaning its not a character string.
+       (find_unit): Use the new helper function
+       (find_or_create_unit): Use the new helper.
+       (get_unit): Set the new bool.
+       (close_unit): Update the close_unit_1 argument list.
+       (close_units): Likewise.
+
 2026-06-12  Release Manager
 
        * GCC 15.3.0 released.

Reply via email to