https://gcc.gnu.org/g:79bb7f3257e7a855177602a33cc3c8f4f48f06e3
commit r14-12459-g79bb7f3257e7a855177602a33cc3c8f4f48f06e3 Author: GCC Administrator <[email protected]> Date: Fri Mar 20 00:18:12 2026 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 19 +++++++++++++++++++ gcc/testsuite/ChangeLog | 16 ++++++++++++++++ 3 files changed, 36 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index e7774d3a8824..6c13f7310f8c 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260319 +20260320 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 49475ad44599..a78c16c2709a 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,22 @@ +2026-03-19 Mikael Morin <[email protected]> + + Backported from master: + 2025-09-24 Mikael Morin <[email protected]> + + PR fortran/122046 + * symbol.cc (gfc_get_procedure_ns): Try to find the namespace + among the list of contained namespaces before returning the + value from the formal_ns field. + +2026-03-19 Paul Thomas <[email protected]> + + Backported from master: + 2026-03-19 Paul Thomas <[email protected]> + + PR fortran/124161 + * resolve.cc (resolve_symbol): Do not apply the default + initializer if the symbol is used in a submodule. + 2026-03-15 Jerry DeLisle <[email protected]> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f9517618bb44..4fd5e20aad26 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,19 @@ +2026-03-19 Mikael Morin <[email protected]> + + Backported from master: + 2025-09-24 Mikael Morin <[email protected]> + + PR fortran/122046 + * gfortran.dg/submodule_34.f90: New test. + +2026-03-19 Paul Thomas <[email protected]> + + Backported from master: + 2026-03-19 Paul Thomas <[email protected]> + + PR fortran/124161 + * gfortran.dg/pr124161.f90: New test. + 2026-03-17 Alice Carlotti <[email protected]> * gcc.target/aarch64/sme/sme-shrinkwrap.c: Add -save-temp to
