https://gcc.gnu.org/g:bf2c45dd171fe1da7b6e8e87e6aff2c6844ec413
commit r15-11020-gbf2c45dd171fe1da7b6e8e87e6aff2c6844ec413 Author: GCC Administrator <[email protected]> Date: Tue Mar 31 00:19:18 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 14 ++++++++++++++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 20 ++++++++++++++++++++ gcc/testsuite/ChangeLog | 19 +++++++++++++++++++ 4 files changed, 54 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2d1b165f406b..f4727bf7a00f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,17 @@ +2026-03-30 Tamar Christina <[email protected]> + + PR target/123017 + * config/aarch64/aarch64-protos.h (struct cpu_branch_cost): Add + br_mispredict_factor. + * config/aarch64/aarch64.cc (aarch64_max_noce_ifcvt_seq_cost, + aarch64_noce_conversion_profitable_p, + TARGET_MAX_NOCE_IFCVT_SEQ_COST, + TARGET_NOCE_CONVERSION_PROFITABLE_P): New. + * config/aarch64/tuning_models/generic.h (generic_branch_cost): Add + br_mispredict_factor. + * config/aarch64/tuning_models/generic_armv8_a.h: Remove + generic_armv8_a_branch_cost and use generic_branch_cost. + 2026-03-29 Jeff Law <[email protected]> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index e3a27f1f0760..18ed0453fc18 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260330 +20260331 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index d698a3290201..902c31f6f15b 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,23 @@ +2026-03-30 Harald Anlauf <[email protected]> + + Backported from master: + 2026-03-27 Harald Anlauf <[email protected]> + + PR fortran/124631 + * simplify.cc (gfc_simplify_eoshift): Initialize sstride[0] to + prevent pointer arithmetic with undefined offset. Fix several + frontend memleaks. + +2026-03-30 Christopher Albert <[email protected]> + + Backported from master: + 2026-03-11 Christopher Albert <[email protected]> + + PR fortran/95338 + * trans-types.cc (gfc_get_entry_result_type): New helper to use the + ABI return type for mixed ENTRY union fields. + (gfc_get_mixed_entry_union): Use it for each entry result field. + 2026-03-29 Christopher Albert <[email protected]> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c6d98c13e64d..8b253835b6cf 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,22 @@ +2026-03-30 Tamar Christina <[email protected]> + + PR target/123017 + * gcc.target/aarch64/pr123017_1.c: New test. + * gcc.target/aarch64/pr123017_2.c: New test. + * gcc.target/aarch64/pr123017_3.c: New test. + * gcc.target/aarch64/pr123017_4.c: New test. + * gcc.target/aarch64/pr123017_5.c: New test. + * gcc.target/aarch64/pr123017_6.c: New test. + * gcc.target/aarch64/pr123017_7.c: New test. + +2026-03-30 Christopher Albert <[email protected]> + + Backported from master: + 2026-03-11 Christopher Albert <[email protected]> + + PR fortran/95338 + * gfortran.dg/pr95338.f90: New test. + 2026-03-29 Jeff Law <[email protected]> Backported from master:
