https://gcc.gnu.org/g:1a63f6b5703794a63a7abe5f4c3dd4391f4930a3
commit r13-10492-g1a63f6b5703794a63a7abe5f4c3dd4391f4930a3 Author: GCC Administrator <[email protected]> Date: Fri Aug 28 00:17:59 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 34 +++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 58 +++++++++++++++++++++++++++++++++++++++++++++++++ libcpp/ChangeLog | 11 ++++++++++ 4 files changed, 104 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a8b955b1402a..a051177c679f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,37 @@ +2026-08-27 Jakub Jelinek <[email protected]> + + Backported from master: + 2026-08-04 Jakub Jelinek <[email protected]> + + PR tree-optimization/126601 + * tree-ssa-math-opts.cc (maybe_optimize_guarding_check): Use safe_push + on mul_stmts rather than quick_push. + +2026-08-27 Jakub Jelinek <[email protected]> + + Backported from master: + 2026-08-04 Jakub Jelinek <[email protected]> + + PR tree-optimization/126564 + * tree-ssa-phiopt.cc (spaceship_replacement): Fix up condition + when to punt because of redundant cmp1 with cmp2, xor in + lhs1 == lhs2 with difference of cmp2 from cmp1 (ignoring + LT_EXPR vs. LE_EXPR and GT_EXPR vs. GE_EXPR differences) and + 1 if cond2_phi_edge is EDGE_FALSE_VALUE. + +2026-08-27 Jakub Jelinek <[email protected]> + + Backported from master: + 2026-08-03 Jakub Jelinek <[email protected]> + + PR target/126484 + * config/mips/mips-ftypes.def (MIPS_SI_FTYPE_VOID, + MIPS_USI_FTYPE_VOID): Use DEF_MIPS_FTYPE with 0 as + first argument rather than 1 and leave out ", VOID" from + second argument. + * config/mips/mips.cc (MIPS_FTYPE_NAME0): Define. + (MIPS_FTYPE_ATYPES0): Define. + 2026-08-20 Marek Polacek <[email protected]> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index f258e973dfcb..f5d0fa89a72b 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260827 +20260828 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c15699cba06c..68d84362447b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,61 @@ +2026-08-27 Jakub Jelinek <[email protected]> + + Backported from master: + 2026-08-06 Jakub Jelinek <[email protected]> + + PR preprocessor/125048 + * c-c++-common/cpp/va-opt-11.c: New test. + +2026-08-27 Jakub Jelinek <[email protected]> + + Backported from master: + 2026-08-04 Jakub Jelinek <[email protected]> + + PR tree-optimization/126464 + * gcc.dg/pr126464.c: Guard uses of 1e300 with + __DBL_MAX_10_EXP__ >= 301 and uses of 1e4000L with + __LDBL_MAX_10_EXP__ >= 4001. + +2026-08-27 Jakub Jelinek <[email protected]> + + Backported from master: + 2026-08-04 Jakub Jelinek <[email protected]> + + PR tree-optimization/126601 + * gcc.dg/tree-ssa/pr126601.c: New test. + +2026-08-27 Jakub Jelinek <[email protected]> + + Backported from master: + 2026-08-04 Jakub Jelinek <[email protected]> + + PR tree-optimization/126564 + * gcc.dg/torture/pr126564.c: New test. + +2026-08-27 Jakub Jelinek <[email protected]> + + Backported from master: + 2026-08-03 Jakub Jelinek <[email protected]> + + PR tree-optimization/126547 + * gcc.dg/torture/pr126547.c: New test. + +2026-08-27 Jakub Jelinek <[email protected]> + + Backported from master: + 2026-08-03 Jakub Jelinek <[email protected]> + + PR tree-optimization/126576 + * gcc.dg/torture/pr126576.c: New test. + +2026-08-27 Jakub Jelinek <[email protected]> + + Backported from master: + 2026-08-03 Jakub Jelinek <[email protected]> + + PR target/126484 + * g++.target/mips/pr126484.C: New test. + 2026-08-20 Marek Polacek <[email protected]> Backported from master: diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 526d1f726ecd..2837146fe73b 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,14 @@ +2026-08-27 Jakub Jelinek <[email protected]> + + Backported from master: + 2026-08-06 Jakub Jelinek <[email protected]> + + PR preprocessor/125048 + * macro.cc (replace_args): Remember the position of map + in the pfile->line_table->info_macro.maps array and if vostate + is DROP, recompute map pointer as expand_arg call could have + reallocated the pfile->line_table->info_macro.maps array. + 2026-03-22 Jakub Jelinek <[email protected]> Backported from master:
