https://gcc.gnu.org/g:7cb26089d3a969d4abd2163b5d229e5e4e46216e
commit r16-8945-g7cb26089d3a969d4abd2163b5d229e5e4e46216e Author: GCC Administrator <[email protected]> Date: Thu May 21 00:20:00 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 19 +++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 8 ++++++++ gcc/cp/ChangeLog | 11 +++++++++++ gcc/fortran/ChangeLog | 10 ++++++++++ gcc/m2/ChangeLog | 9 +++++++++ gcc/testsuite/ChangeLog | 35 +++++++++++++++++++++++++++++++++++ 7 files changed, 93 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8b3748125cf2..959adb7d8668 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,22 @@ +2026-05-20 Jakub Jelinek <[email protected]> + + Backported from master: + 2026-05-20 Jakub Jelinek <[email protected]> + + PR target/125373 + * config/i386/i386.md + (Convert imul by three, five and nine into lea define_peephole2s): Use + index_reg_operand instead of register_operand. + +2026-05-20 Jakub Jelinek <[email protected]> + + Backported from master: + 2026-05-19 Jakub Jelinek <[email protected]> + + PR other/125348 + * config/i386/i386-expand.cc (ix86_expand_builtin): Fix diagnostic + typo, forth -> fourth. + 2026-05-19 H.J. Lu <[email protected]> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 25622053d367..49fefbb3d21d 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260520 +20260521 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index a06baca7a9b1..9c5e20c700bc 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,11 @@ +2026-05-20 Jakub Jelinek <[email protected]> + + Backported from master: + 2026-05-19 Jakub Jelinek <[email protected]> + + PR other/125348 + * libgnat/s-regpat.ads: Fix comment spelling, paramter -> parameter. + 2026-05-10 Eric Botcazou <[email protected]> PR ada/125240 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 24b66cb0a2d8..1e73f5ad1336 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,14 @@ +2026-05-20 Jakub Jelinek <[email protected]> + + Backported from master: + 2026-05-07 Jakub Jelinek <[email protected]> + + PR c++/125007 + * cp-tree.h (maybe_update_function_parm): Declare. + * reflect.cc (maybe_update_function_parm): No longer static. + * error.cc (dump_expr) <case REFLECT_EXPR>: Improve printing + of various reflections. + 2026-05-15 Jason Merrill <[email protected]> Backported from master: diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 8ddce10e8762..991fcd505df2 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,13 @@ +2026-05-20 Thomas Koenig <[email protected]> + + Backported from master: + 2026-05-19 Thomas Koenig <[email protected]> + + PR fortran/115260 + * trans-expr.cc (gfc_conv_subref_array_arg): Pass false to + dealloc argument of gfc_trans_scalar_assign if we are + converting a g77-style argument. + 2026-05-19 Andre Vehreschild <[email protected]> Backported from master: diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog index 9fcb2a931597..49e4eadf1dbb 100644 --- a/gcc/m2/ChangeLog +++ b/gcc/m2/ChangeLog @@ -1,3 +1,12 @@ +2026-05-20 Jakub Jelinek <[email protected]> + + Backported from master: + 2026-05-19 Jakub Jelinek <[email protected]> + + PR other/125348 + * gm2-compiler/M2GenGCC.mod (PerformLastForIterator): Fix diagnostic + typo, intemediate -> intermediate. + 2026-04-30 Release Manager * GCC 16.1.0 released. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 552b14a28d74..66e7fd8ea549 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,38 @@ +2026-05-20 Jakub Jelinek <[email protected]> + + Backported from master: + 2026-05-20 Jakub Jelinek <[email protected]> + + PR target/125373 + * gcc.c-torture/compile/pr125373.c: New test. + +2026-05-20 Jakub Jelinek <[email protected]> + + Backported from master: + 2026-05-19 Jakub Jelinek <[email protected]> + + PR other/125348 + * gcc.target/i386/pr117416-2.c (prefetch_test): Adjust expected + diagnostic spelling. + * gdc.test/compilable/dtoh_TemplateDeclaration.d: Fix comment + spelling, paramter -> parameter. + +2026-05-20 Jakub Jelinek <[email protected]> + + Backported from master: + 2026-05-07 Jakub Jelinek <[email protected]> + + PR c++/125007 + * g++.dg/reflect/pr125007.C: New test. + +2026-05-20 Thomas Koenig <[email protected]> + + Backported from master: + 2026-05-19 Thomas Koenig <[email protected]> + + PR fortran/115260 + * gfortran.dg/pr115260.f90: New test. + 2026-05-19 H.J. Lu <[email protected]> Backported from master:
