https://gcc.gnu.org/g:e9849ad20df81807ebf04d69ab6785aab5032a2b
commit r13-10232-ge9849ad20df81807ebf04d69ab6785aab5032a2b Author: GCC Administrator <[email protected]> Date: Mon Mar 30 00:17:28 2026 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 21 +++++++++++++++++++++ gcc/testsuite/ChangeLog | 16 ++++++++++++++++ 3 files changed, 38 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index eb376f4c35da..e3a27f1f0760 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260329 +20260330 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 74c28cf0aee0..81318637e396 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,24 @@ +2026-03-29 Christopher Albert <[email protected]> + + Backported from master: + 2026-03-13 Christopher Albert <[email protected]> + + PR fortran/102459 + * trans-openmp.cc (gfc_trans_omp_clauses): Choose the scalar + reference path from the full expression rank rather than the first + array reference. + (gfc_trans_omp_depobj): Likewise. + +2026-03-29 Christopher Albert <[email protected]> + + Backported from master: + 2026-03-12 Christopher Albert <[email protected]> + + PR fortran/82721 + * decl.cc (discard_pending_charlen): New helper. + (build_sym): Discard unattached CHARACTER length nodes when + gfc_add_type rejects the declaration. + 2026-03-28 Paul Thomas <[email protected]> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7d000dceee17..db1613a46b4c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,19 @@ +2026-03-29 Christopher Albert <[email protected]> + + Backported from master: + 2026-03-13 Christopher Albert <[email protected]> + + PR fortran/102459 + * gfortran.dg/pr102459.f90: New test. + +2026-03-29 Christopher Albert <[email protected]> + + Backported from master: + 2026-03-12 Christopher Albert <[email protected]> + + PR fortran/82721 + * gfortran.dg/pr82721.f90: New test. + 2026-03-28 Paul Thomas <[email protected]> Backported from master:
