https://gcc.gnu.org/g:3c2e3ad854f8861e07aabec650f3d9584f3c22ee
commit r14-12805-g3c2e3ad854f8861e07aabec650f3d9584f3c22ee Author: GCC Administrator <[email protected]> Date: Sun Aug 9 00:18:38 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 ac282fe95ef3..8cb42c2ba5a3 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260808 +20260809 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index ddacbfbdb5ea..34b7ddb8a061 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,22 @@ +2026-08-08 Paul Thomas <[email protected]> + + Backported from master: + 2026-02-03 Paul Thomas <[email protected]> + + PR fortran/123952 + * symbol.cc (gfc_copy_dummy_sym): Ensure that external, array + valued destination symbols have the correct interface so that + conflicts do not arise when adding attributes. + +2026-08-08 Paul Thomas <[email protected]> + + Backported from master: + 2026-05-23 Paul Thomas <[email protected]> + + PR fortran/125263 + * trans-expr.cc (gfc_trans_assignment_1): Pass scalar class to + derived type assignment expressions to gfc_trans_scalar_assign. + 2026-08-05 Jerry DeLisle <[email protected]> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7b6cf745ae0f..4a01bf902f0f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,19 @@ +2026-08-08 Paul Thomas <[email protected]> + + Backported from master: + 2026-02-03 Paul Thomas <[email protected]> + + PR fortran/123952 + * gfortran.dg/pr123952.f90: New test. + +2026-08-08 Paul Thomas <[email protected]> + + Backported from master: + 2026-05-23 Paul Thomas <[email protected]> + + PR fortran/125263 + * gfortran.dg/pr125263.f90: New test. + 2026-08-05 Jerry DeLisle <[email protected]> Backported from master:
