https://gcc.gnu.org/g:747ed054dde27829eede8374e417eecd58769c0e
commit r16-9258-g747ed054dde27829eede8374e417eecd58769c0e Author: GCC Administrator <[email protected]> Date: Sat Jul 11 00:20:34 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 27 +++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 +++++ gcc/testsuite/ChangeLog | 24 ++++++++++++++++++++++++ libgfortran/ChangeLog | 20 ++++++++++++++++++++ 5 files changed, 77 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ec3b58545692..f452082f132c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,30 @@ +2026-07-10 Martin Jambor <[email protected]> + + Backported from master: + 2026-06-18 Martin Jambor <[email protected]> + + PR ipa/124128 + * ipa-cp.cc (ipa_vr_intersect_with_arith_jfunc): Move the check if + the final type conversion needs to happen before the conversion. + +2026-07-10 Stefan Schulze Frielinghaus <[email protected]> + + Backported from master: + 2026-07-01 Stefan Schulze Frielinghaus <[email protected]> + + * config/s390/s390.md: Annotate mnemonic for + extzv_<mode>_{srl,sll}<clobbercc_or_nocc>. + +2026-07-10 Stefan Schulze Frielinghaus <[email protected]> + + Backported from master: + 2026-07-01 Stefan Schulze Frielinghaus <[email protected]> + + PR target/126054 + * config/s390/s390.md: Fix + extzv_<mode>_{srl,sll}<clobbercc_or_nocc> by adjusting the + bitmasks in the output templates. + 2026-07-09 Richard Earnshaw <[email protected]> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index f3fe500bd976..97b47c660212 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260710 +20260711 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 915a6614f8b2..6e8820ee122b 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2026-07-10 Eric Botcazou <[email protected]> + + * exp_disp.adb (Expand_Dispatching_Call): Reenable the suppression + of access checks during analysis of expanded dispatching calls. + 2026-06-29 Eric Botcazou <[email protected]> * exp_util.ads (Find_Optional_Prim_Op): Add Controlled_Op parameter diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d89caf3451aa..aedae186af83 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,27 @@ +2026-07-10 Martin Jambor <[email protected]> + + Backported from master: + 2026-06-18 Martin Jambor <[email protected]> + + PR ipa/124128 + * gcc.dg/ipa/pr124128.c: New test. + +2026-07-10 Stefan Schulze Frielinghaus <[email protected]> + + Backported from master: + 2026-07-01 Stefan Schulze Frielinghaus <[email protected]> + + PR target/126054 + * gcc.target/s390/pr126054.c: New test. + +2026-07-10 Jerry DeLisle <[email protected]> + + Backported from master: + 2026-07-08 Jerry DeLisle <[email protected]> + + PR libfortran/126116 + * gfortran.dg/pr126116.f90: New test. + 2026-07-09 Harald Anlauf <[email protected]> Backported from master: diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index dceb1bb9258c..2ff7f022a9ac 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,23 @@ +2026-07-10 Jerry DeLisle <[email protected]> + + Backported from master: + 2026-07-08 Jerry DeLisle <[email protected]> + + PR libfortran/126116 + * io/io.h (struct gfc_unit): Add bool for tracking. + Fix some white space problems. + * io/unit.c (close_unit_1): Add a declaration for this + function so it can be called before it has been defined. + Use the new bool. + (is_internal_reserved): New helper function. Returns true + only if the unit is not null and the internal unit kind is zero + meaning its not a character string. + (find_unit): Use the new helper function + (find_or_create_unit): Use the new helper. + (get_unit): Set the new bool. + (close_unit): Update the close_unit_1 argument list. + (close_units): Likewise. + 2026-05-22 Tobias Burnus <[email protected]> Backported from master:
