https://gcc.gnu.org/g:0f19fef79929e11610a2c2abb89b19fd20ebc025

commit r16-9167-g0f19fef79929e11610a2c2abb89b19fd20ebc025
Author: GCC Administrator <[email protected]>
Date:   Thu Jun 25 00:21:25 2026 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           |  4 ++++
 gcc/DATESTAMP           |  2 +-
 gcc/cp/ChangeLog        |  6 ++++++
 gcc/fortran/ChangeLog   | 28 ++++++++++++++++++++++++++++
 gcc/testsuite/ChangeLog | 23 +++++++++++++++++++++++
 libstdc++-v3/ChangeLog  | 10 ++++++++++
 6 files changed, 72 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8c43a0a127bc..bcbeaa143758 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2026-06-24  Jan Beulich  <[email protected]>
+
+       * doc/ifn.texi: Drop blanks after @code.
+
 2026-06-23  Xi Ruoyao  <[email protected]>
 
        Revert:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index c4827740d110..155841997d62 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260624
+20260625
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 917d465975cb..be433e9b5d8e 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2026-06-24  Marek Polacek  <[email protected]>
+
+       PR c++/125939
+       * method.cc (build_stub_type): Pass tf_ignore_bad_quals to
+       cp_build_qualified_type.
+
 2026-06-23  Jason Merrill  <[email protected]>
 
        Backported from master:
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index b74b7d2f1684..eec852499176 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,31 @@
+2026-06-24  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2026-06-23  Harald Anlauf  <[email protected]>
+
+       PR fortran/125902
+       * dump-parse-tree.cc (get_c_type_name): Use CFI_cdesc_t also for
+       deferred shape and deferred length dummies, as well as for
+       assumed-length scalar character dummies.
+
+2026-06-24  Jerry DeLisle  <[email protected]>
+
+       Backported from master:
+       2026-06-04  Jerry DeLisle  <[email protected]>
+
+       PR fortran/60576
+       * trans-array.cc (gfc_conv_array_parameter): For an assumed-rank
+       actual argument passed to a CLASS assumed-rank formal, use a
+       runtime-sized memcpy for the dim[] entries instead of a full
+       GFC_MAX_DIMENSIONS static copy.  For a fixed-rank actual to a
+       CLASS assumed-rank formal, pass lhs_type=false to
+       gfc_class_array_data_assign so the dim[] copy is sized by the
+       RHS descriptor type (dim_t[rank]).  Fixed-rank class formals
+       retain lhs_type=true.
+       * trans-expr.cc (gfc_conv_derived_to_class): For an assumed-rank
+       actual, use a runtime-sized memcpy for the derived_array descriptor
+       dim[] copy instead of a full GFC_MAX_DIMENSIONS static copy.
+
 2026-06-15  Jerry DeLisle  <[email protected]>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 2d687a339676..19cfe744e0ad 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,26 @@
+2026-06-24  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2026-06-23  Harald Anlauf  <[email protected]>
+
+       PR fortran/125902
+       * gfortran.dg/c-prototypes_1.F90: New test.
+
+2026-06-24  Marek Polacek  <[email protected]>
+
+       PR c++/125939
+       * g++.dg/reflect/type_trait15.C: New test.
+
+2026-06-24  Jerry DeLisle  <[email protected]>
+
+       Backported from master:
+       2026-06-04  Jerry DeLisle  <[email protected]>
+
+       PR fortran/60576
+       * gfortran.dg/asan/assumed_rank_26.f90: New test covering both
+       assumed-rank and fixed-rank type actuals passed to a CLASS
+       assumed-rank dummy.
+
 2026-06-23  Jason Merrill  <[email protected]>
 
        Backported from master:
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index dee8e5acdecf..fd65ad9be616 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,13 @@
+2026-06-24  Alexandre Oliva  <[email protected]>
+
+       Backported from master:
+       2026-06-24  Alexandre Oliva  <[email protected]>
+
+       * src/c++23/Makefile.am (libstdc++.modules.json): Rewrite
+       without abspath make function.
+       (stamp-modules-bits): Likewise.
+       * src/c++23/Makefile.in: Rebuilt.
+
 2026-06-23  Jonathan Wakely  <[email protected]>
 
        Backported from master:

Reply via email to