https://gcc.gnu.org/g:0186567e505055abdc94601f5491150ecd13fa70
commit r15-10469-g0186567e505055abdc94601f5491150ecd13fa70 Author: GCC Administrator <[email protected]> Date: Sat Nov 1 00:25:36 2025 +0000 Daily bump. Diff: --- gcc/ChangeLog | 21 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 19 +++++++++++++++++++ 3 files changed, 41 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4e24865e9d1b..90fa0bf788b5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,24 @@ +2025-10-31 Tamar Christina <[email protected]> + + Backported from master: + 2025-10-27 Tamar Christina <[email protected]> + + PR tree-optimization/122408 + * tree-vect-slp-patterns.cc (vect_validate_multiplication): Cleanup and + document interface. + (complex_mul_pattern::matches, complex_fms_pattern::matches): Update to + new interface. + +2025-10-31 Jinyang He <[email protected]> + + Backported from master: + 2025-10-30 Jinyang He <[email protected]> + Peng Fan <[email protected]> + + * config/loongarch/loongarch.cc + (loongarch_expand_conditional_move): Only allow valid binary + op when optimize conditional move. + 2025-10-30 Guo Jie <[email protected]> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 986fa53aa44a..38eec118b91c 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20251031 +20251101 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3a01c2f8fd53..c164282c9e1f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,22 @@ +2025-10-31 Tamar Christina <[email protected]> + + Backported from master: + 2025-10-27 Tamar Christina <[email protected]> + + PR tree-optimization/122408 + * gfortran.target/aarch64/pr122408_1.f90: New test. + * gfortran.target/aarch64/pr122408_2.f90: New test. + +2025-10-31 Jinyang He <[email protected]> + + Backported from master: + 2025-10-30 Jinyang He <[email protected]> + Peng Fan <[email protected]> + + * gcc.target/loongarch/conditional-move-opt-1.c: Remove mul. + * gcc.target/loongarch/conditional-move-opt-2.c: Remove and. + * gcc.target/loongarch/conditional-move-opt-3.c: New test. + 2025-10-30 Guo Jie <[email protected]> Backported from master:
