https://gcc.gnu.org/g:6e8339ed254e457a92cb39b9e0799926af59b9f7
commit r15-11139-g6e8339ed254e457a92cb39b9e0799926af59b9f7 Author: GCC Administrator <[email protected]> Date: Thu May 7 00:19:51 2026 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 8 ++++++++ gcc/fortran/ChangeLog | 19 +++++++++++++++++++ gcc/testsuite/ChangeLog | 24 ++++++++++++++++++++++++ 4 files changed, 52 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/c-family/ChangeLog b/gcc/c-family/ChangeLog index 41e83e66a0ca..969bd2fb44c9 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,11 @@ +2026-05-06 Martin Uecker <[email protected]> + + Backported from master: + 2026-03-07 Martin Uecker <[email protected]> + + PR c/123856 + * c-attribs.cc (handle_hardbool_attribute): Fix TYPE_NAME. + 2026-03-28 Patrick Palka <[email protected]> Backported from master: diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index ff86f3ebb0c6..0fcf8d76cc16 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 ef6684519b03..9a0998b2b895 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,27 @@ +2026-05-06 Martin Uecker <[email protected]> + + Backported from master: + 2026-03-07 Martin Uecker <[email protected]> + + PR c/123856 + * gcc.dg/pr123856.c: New test. + +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:
