https://gcc.gnu.org/g:7e97f35a4ee79dfe899b452deee08fd9443a3cc8
commit r13-10264-g7e97f35a4ee79dfe899b452deee08fd9443a3cc8 Author: GCC Administrator <[email protected]> Date: Wed Apr 15 08:17:31 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 21 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 32 ++++++++++++++++++++++++++++++++ gcc/testsuite/ChangeLog | 32 ++++++++++++++++++++++++++++++++ 4 files changed, 86 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 823b30d1dd62..5f83643060f7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,24 @@ +2026-04-13 Richard Earnshaw <[email protected]> + + Backported from master: + 2026-03-11 Richard Earnshaw <[email protected]> + + PR target/123271 + * config/arm/arm.md (subvsi3_intmin): Renamed to ... + (sub_cmpVsi3_intmin): ... this. + (subvsi3): Renamed to ... + (sub_cmpVsi3): ... this. + (subvsi3_imm1): Renamed to ... + (sub_cmpVsi3_imm1): ... this. + (usubvsi3_borrow): Renamed to ... + (usub_cmpVsi3_borrow): ... this. + (usubvsi3_borrow_imm): Renamed to ... + (usub_cmpVsi3_borrow_imm): ... this. + (subvsi3_borrow): Renamed to ... + (sub_cmpVsi3_borrow): ... this. + (subvsi3_borrow_imm): Renamed to ... + (sub_cmpVsi3_borrow_imm): ... this. + 2026-04-09 Richard Biener <[email protected]> Revert: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index a1b35b3687d1..3bd3150050a5 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260413 +20260415 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 4a48177d4b95..5cb0f44c776a 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,35 @@ +2026-04-14 Harald Anlauf <[email protected]> + + Backported from master: + 2025-09-11 Harald Anlauf <[email protected]> + + PR fortran/121616 + * primary.cc (gfc_variable_attr): Properly set dimension attribute + from a component ref. + +2026-04-13 Christopher Albert <[email protected]> + + Backported from master: + 2026-03-30 Christopher Albert <[email protected]> + + * scanner.cc (skip_free_oacc_sentinel): Clear openmp_flag only for + fresh OpenACC directive lines. + (skip_free_omp_sentinel): Clear openacc_flag only for fresh OpenMP + directive lines. + +2026-04-13 Christopher Albert <[email protected]> + + Backported from master: + 2026-04-13 Christopher Albert <[email protected]> + + PR fortran/95879 + PR fortran/95879 + * parse.cc (fixup_st_func_formals): New function to update + statement function formal argument lists referencing a symbol + about to be freed. + (gfc_fixup_sibling_symbols): Call fixup_st_func_formals before + gfc_release_symbol. + 2026-04-02 Christopher Albert <[email protected]> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 61b7dc6d8441..3c215a12503b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,35 @@ +2026-04-14 Harald Anlauf <[email protected]> + + Backported from master: + 2025-09-11 Harald Anlauf <[email protected]> + + PR fortran/121616 + * gfortran.dg/alloc_comp_assign_17.f90: New test. + +2026-04-13 Richard Earnshaw <[email protected]> + + Backported from master: + 2026-03-11 Richard Earnshaw <[email protected]> + + PR target/123271 + * gcc.target/arm/pr123271.c: New test. + +2026-04-13 Christopher Albert <[email protected]> + + Backported from master: + 2026-03-30 Christopher Albert <[email protected]> + + * gfortran.dg/goacc/omp-108382.f90: New test. + +2026-04-13 Christopher Albert <[email protected]> + + Backported from master: + 2026-04-13 Christopher Albert <[email protected]> + + PR fortran/95879 + PR fortran/95879 + * gfortran.dg/pr95879.f90: New test. + 2026-04-09 Richard Biener <[email protected]> Revert:
