https://gcc.gnu.org/g:9e563150a3a9f5c7034d4afc996627e1f681fde5
commit r16-9252-g9e563150a3a9f5c7034d4afc996627e1f681fde5 Author: GCC Administrator <[email protected]> Date: Fri Jul 10 00:20:44 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 22 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 23 +++++++++++++++++++++++ gcc/testsuite/ChangeLog | 26 ++++++++++++++++++++++++++ 4 files changed, 72 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 056fdf2e8b69..ec3b58545692 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,25 @@ +2026-07-09 Richard Earnshaw <[email protected]> + + Backported from master: + 2026-07-07 Richard Earnshaw <[email protected]> + + * config/aarch64/aarch64-option-extensions.def (AARCH64_OPT_EXTENSION): + Remove +mpamv2. + * config/aarch64/aarch64-sys-regs.def: Remove sysregs associated + with MPAMv2_VID and adjust other related sysregs to use the + base permitted architecture. + * doc/invoke.texi (aarch64: +mpamv2): Remove option. + +2026-07-09 Uros Bizjak <[email protected]> + + Backported from master: + 2026-07-08 Uros Bizjak <[email protected]> + + PR target/126148 + * config/i386/i386-expand.cc (ix86_gen_ccmp_first): Restrict + floating-point modes accepted for ccmp according to the + available floating-point instruction set. + 2026-07-08 Tamar Christina <[email protected]> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 76403c9887d1..f3fe500bd976 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260709 +20260710 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 241a5c9ec63f..dbd8de3da4c8 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,26 @@ +2026-07-09 Harald Anlauf <[email protected]> + + Backported from master: + 2026-07-08 Harald Anlauf <[email protected]> + + PR fortran/126127 + * interface.cc (find_symtree0): Check for NULL pointer. + (gfc_find_sym_in_symtree): Also search user-defined operator list + when the symbol refers to a function. + +2026-07-09 Jerry DeLisle <[email protected]> + + Backported from master: + 2026-07-07 Jerry DeLisle <[email protected]> + + PR fortran/103367 + * expr.cc (simplify_const_ref): Hoist the call to + remove_subobject_ref up a level. + * primary.cc (gfc_match_rvalue): Don't copy the value expr + if the type is an EXPR_VARIABLE. + * trans-array.cc (gfc_conv_array_initializer): Only copy the expr + value if it does not have a ref. + 2026-07-03 Jerry DeLisle <[email protected]> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5a3769d31106..d89caf3451aa 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,29 @@ +2026-07-09 Harald Anlauf <[email protected]> + + Backported from master: + 2026-07-08 Harald Anlauf <[email protected]> + + PR fortran/126127 + * gfortran.dg/block_18.f90: New test. + +2026-07-09 Uros Bizjak <[email protected]> + + Backported from master: + 2026-07-08 Uros Bizjak <[email protected]> + + PR target/126148 + * gcc.target/i386/pr126148.c: New test. + +2026-07-09 Jerry DeLisle <[email protected]> + + Backported from master: + 2026-07-07 Jerry DeLisle <[email protected]> + + PR fortran/103367 + * gfortran.dg/pr103367_2.f90: New test. + * gfortran.dg/pr103367_3.f90: New test. + * gfortran.dg/pr103367_4.f90: New test. + 2026-07-08 Marek Polacek <[email protected]> Backported from master:
