https://gcc.gnu.org/g:40f744fd5afd8721868e71d96a11e9f3446a31c2
commit r15-10540-g40f744fd5afd8721868e71d96a11e9f3446a31c2 Author: GCC Administrator <[email protected]> Date: Fri Nov 21 00:24:53 2025 +0000 Daily bump. Diff: --- gcc/ChangeLog | 27 +++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 9 +++++++++ 3 files changed, 37 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f96befe68237..045cd82f8a61 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,30 @@ +2025-11-20 Richard Biener <[email protected]> + + Backported from master: + 2025-10-10 Richard Biener <[email protected]> + + PR tree-optimization/122225 + * tree-cfg.cc (verify_gimple_return): Look at DECL_RESULT + for DECL_BY_REFERENCE. + +2025-11-20 Richard Biener <[email protected]> + + Backported from master: + 2025-10-30 Richard Biener <[email protected]> + + * config/i386/i386-options.cc (ix86_option_override_internal): + Fix check during opts->x_ix86_move_max initialization. + +2025-11-20 Xi Ruoyao <[email protected]> + + Backported from master: + 2025-11-20 Xi Ruoyao <[email protected]> + + PR target/122695 + * config/loongarch/loongarch.cc (loongarch_expand_vec_perm_1): + Simplify and fix the logic preventing the xvshuf.* unpredictable + behavior. + 2025-11-18 Andre Vieira <[email protected]> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 47ee53e389b1..169a914dc524 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20251120 +20251121 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 04071d246c1d..74e15023f6a7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2025-11-20 Xi Ruoyao <[email protected]> + + Backported from master: + 2025-11-20 Xi Ruoyao <[email protected]> + + PR target/122695 + * gcc.target/loongarch/pr122695-1.c: New test. + * gcc.target/loongarch/pr122695-2.c: New test. + 2025-11-19 Marek Polacek <[email protected]> Backported from master:
