https://gcc.gnu.org/g:7368d265fe23260883563e3c1293b32fd88b41b5
commit r15-11034-g7368d265fe23260883563e3c1293b32fd88b41b5 Author: GCC Administrator <[email protected]> Date: Fri Apr 3 00:19:24 2026 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 9 +++++++++ gcc/fortran/ChangeLog | 21 +++++++++++++++++++++ gcc/testsuite/ChangeLog | 27 +++++++++++++++++++++++++++ 4 files changed, 58 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index b2c8b6a74c2a..aa616bdb404b 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260402 +20260403 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index c1d09227181e..7722262385e6 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,12 @@ +2026-04-02 Nathaniel Shead <[email protected]> + + Backported from master: + 2026-04-02 Nathaniel Shead <[email protected]> + + PR c++/124477 + * module.cc (trees_in::read_function_def): Set DECL_ARGUMENTS if + installing and otherwise missing. + 2026-03-28 Patrick Palka <[email protected]> Backported from master: diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index c6055401aad8..5e2ceabfe2f5 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,24 @@ +2026-04-02 Christopher Albert <[email protected]> + + Backported from master: + 2026-04-02 Christopher Albert <[email protected]> + Paul Thomas <[email protected]> + + PR fortran/124751 + * trans-array.cc (gfc_conv_array_parameter): Build a packed + descriptor for assumed-rank actual arguments instead of reusing + stale metadata from the original descriptor. + +2026-04-02 Christopher Albert <[email protected]> + + Backported from master: + 2026-04-01 Christopher Albert <[email protected]> + + PR fortran/100194 + * trans-expr.cc (gfc_conv_procedure_call): Skip + gfc_conv_subref_array_arg for assumed-rank actual arguments + (e->rank == -1) when the dummy is contiguous. + 2026-03-31 Harald Anlauf <[email protected]> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8ac710a5d7a7..f04c6e0142d1 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,30 @@ +2026-04-02 Nathaniel Shead <[email protected]> + + Backported from master: + 2026-04-02 Nathaniel Shead <[email protected]> + + PR c++/124477 + * g++.dg/modules/builtin-10_a.C: New test. + * g++.dg/modules/builtin-10_b.C: New test. + +2026-04-02 Christopher Albert <[email protected]> + + Backported from master: + 2026-04-02 Christopher Albert <[email protected]> + Paul Thomas <[email protected]> + + PR fortran/124751 + * gfortran.dg/pr100194.f90: Run the testcase and add runtime + coverage for packed assumed-rank sections. + +2026-04-02 Christopher Albert <[email protected]> + + Backported from master: + 2026-04-01 Christopher Albert <[email protected]> + + PR fortran/100194 + * gfortran.dg/pr100194.f90: New test. + 2026-03-31 Harald Anlauf <[email protected]> Backported from master:
