https://gcc.gnu.org/g:6700f76b67b44a1cf1e33cad499a0369c654712a

commit r15-11178-g6700f76b67b44a1cf1e33cad499a0369c654712a
Author: GCC Administrator <[email protected]>
Date:   Sun May 17 00:19:11 2026 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           |  5 +++++
 gcc/DATESTAMP           |  2 +-
 gcc/fortran/ChangeLog   | 11 +++++++++++
 gcc/testsuite/ChangeLog | 22 ++++++++++++++++++++++
 libgfortran/ChangeLog   | 12 ++++++++++++
 5 files changed, 51 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2a549b40ce2e..846c760a879a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2026-05-16  Gopi Kumar Bulusu  <[email protected]>
+
+       PR target/103383
+       * config/microblaze/microblaze.md: bswaphi2: (set_attr length 8)
+
 2026-05-14  Andi Kleen  <[email protected]>
 
        PR target/124316
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 8ee5b417cbc7..ca08e6063fdc 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260516
+20260517
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 72b83f1c0589..4c9727beff2e 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,14 @@
+2026-05-16  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2026-05-08  Harald Anlauf  <[email protected]>
+
+       PR fortran/111952
+       PR fortran/125059
+       * trans-decl.cc (gfc_finish_var_decl): Remove bogus code forcing
+       a DT variable with DTIO as static.
+       * trans-io.cc (gfc_build_io_library_fndecls): Fix fnspec attribute.
+
 2026-05-14  Christopher Albert  <[email protected]>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 2430059551f4..802fa19fd925 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,25 @@
+2026-05-16  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2026-05-08  Harald Anlauf  <[email protected]>
+
+       PR fortran/111952
+       PR fortran/125059
+       * gfortran.dg/dtio_37.f90: New test.
+
+2026-05-16  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2026-05-06  Harald Anlauf  <[email protected]>
+
+       PR libfortran/125095
+       * gfortran.dg/namelist_102.f90: New test.
+
+2026-05-16  Gopi Kumar Bulusu  <[email protected]>
+
+       PR target/103383
+       * gcc.target/microblaze/isa/pr103383.c: New test.
+
 2026-05-15  Antoni Boucher  <[email protected]>
 
        Backported from master:
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 4e0ae67632eb..e0dda9e1837a 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,15 @@
+2026-05-16  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2026-05-06  Harald Anlauf  <[email protected]>
+
+       PR libfortran/125095
+       * io/list_read.c (read_logical): Eat comments in namelist read mode.
+       (read_integer): Likewise.
+       (read_character): Likewise.
+       (read_complex): Likewise.
+       (read_real): Likewise.
+
 2025-12-21  Jerry DeLisle  <[email protected]>
 
        Backported from master:

Reply via email to