https://gcc.gnu.org/g:73064473c6a1cb9c53ea6cd7996a76ce2f8acc22
commit r14-12570-g73064473c6a1cb9c53ea6cd7996a76ce2f8acc22 Author: GCC Administrator <[email protected]> Date: Thu May 7 00:18:31 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 3bc992c09c39..4700f4f5c2f7 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260506 +20260507 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 5c6fd7c3390d..764b2562e4eb 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,22 @@ +2026-05-06 Christopher Albert <[email protected]> + + Backported from master: + 2026-04-05 Christopher Albert <[email protected]> + + PR fortran/109788 + * iresolve.cc (copy_intrinsic_sym): New helper. + (gfc_resolve_spread): Copy the intrinsic descriptor before + specializing the character formal argument type. + +2026-05-06 Christopher Albert <[email protected]> + + Backported from master: + 2026-04-07 Christopher Albert <[email protected]> + + PR fortran/102430 + * openmp.cc (resolve_omp_clauses): Reject array/allocatable LINEAR on + worksharing-loop constructs. + 2026-04-17 Paul Thomas <[email protected]> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4e8d9a6d5fc4..91758acf3a55 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,19 @@ +2026-05-06 Christopher Albert <[email protected]> + + Backported from master: + 2026-04-05 Christopher Albert <[email protected]> + + PR fortran/109788 + * gfortran.dg/pr109788.f90: New test. + +2026-05-06 Christopher Albert <[email protected]> + + Backported from master: + 2026-04-07 Christopher Albert <[email protected]> + + PR fortran/102430 + * gfortran.dg/gomp/pr102430.f90: New test. + 2026-05-05 Iain Buclaw <[email protected]> Backported from master:
