https://gcc.gnu.org/g:ac3f5a8a113eabe5745fa45d96c80e1049c5394d
commit r13-10300-gac3f5a8a113eabe5745fa45d96c80e1049c5394d Author: GCC Administrator <[email protected]> Date: Sun May 10 00:17:55 2026 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 26 ++++++++++++++++++++++++++ gcc/testsuite/ChangeLog | 17 +++++++++++++++++ 3 files changed, 44 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index c3a21ad04b90..4be47a9913ff 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260509 +20260510 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 4f478104df64..1d3f104b734f 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,29 @@ +2026-05-09 Christopher Albert <[email protected]> + + Backported from master: + 2026-04-07 Paul Thomas <[email protected]> + + PR fortran/107425 + * trans-decl.cc (gfc_finish_var_decl): Check for + omp_affinity_iterators namespace before FL_LABEL BLOCK check. + Only route actual iterator variables through add_decl_as_local; + add other variables to the enclosing function. + +2026-05-09 Christopher Albert <[email protected]> + + Backported from master: + 2026-04-06 Christopher Albert <[email protected]> + + PR fortran/79524 + PR fortran/79524 + * decl.cc (discard_pending_charlens): New helper. + (add_init_expr_to_sym): Drop statement-local charlens when + rejecting variable-length parameter arrays. + (variable_decl, do_parm, enumerator_decl): Save the current + namespace charlen list before parsing declarations with + initializers. + (match_procedure_decl): Adjust call to add_init_expr_to_sym. + 2026-04-17 Paul Thomas <[email protected]> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d51aa9739f4c..e0c5e6ef3c46 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,20 @@ +2026-05-09 Christopher Albert <[email protected]> + + Backported from master: + 2026-04-07 Paul Thomas <[email protected]> + + PR fortran/107425 + * gfortran.dg/gomp/pr107425.f90: New test. + +2026-05-09 Christopher Albert <[email protected]> + + Backported from master: + 2026-04-06 Christopher Albert <[email protected]> + + PR fortran/79524 + PR fortran/79524 + * gfortran.dg/pr79524.f90: New test. + 2026-05-05 Iain Buclaw <[email protected]> Backported from master:
