https://gcc.gnu.org/g:15c47cb73b7ed6d337786a4bc573058c08afaf75
commit r14-12525-g15c47cb73b7ed6d337786a4bc573058c08afaf75 Author: GCC Administrator <[email protected]> Date: Wed Apr 15 08:18:40 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 21 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 50 +++++++++++++++++++++++++++++++++++++++++++++++++ gcc/testsuite/ChangeLog | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 119 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7a48c00a1286..63dbf7e273e2 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 Andrew Pinski <[email protected]> PR target/117771 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 3e9d546193c8..c3af6fc1fa37 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,53 @@ +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-14 Jerry DeLisle <[email protected]> + Paul Thomas <[email protected]> + + PR fortran/124751 + * trans-array.cc (gfc_conv_array_parameter): Build a packed + descriptor for assumed-rank actual arguments instead of reusing + stale metadata from the original descriptor. + +2026-04-14 Christopher Albert <[email protected]> + + Backported from master: + 2026-04-01 Christopher Albert <[email protected]> + + PR fortran/100194 + * trans-expr.cc (gfc_conv_procedure_call): Skip + gfc_conv_subref_array_arg for assumed-rank actual arguments + (e->rank == -1) when the dummy is contiguous. + +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-05 Christopher Albert <[email protected]> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9a22ecba22a2..d27b374f6b34 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,50 @@ +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-14 Jerry DeLisle <[email protected]> + Paul Thomas <[email protected]> + + PR fortran/124751 + * gfortran.dg/pr100194.f90: Run the testcase and add runtime + coverage for packed assumed-rank sections. + +2026-04-14 Christopher Albert <[email protected]> + + Backported from master: + 2026-04-01 Christopher Albert <[email protected]> + + PR fortran/100194 + * gfortran.dg/pr100194.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 Xi Ruoyao <[email protected]> Backported from master:
