https://gcc.gnu.org/g:0095febdd0bd6d0d14cd380cbcf5946e25761155
commit r13-9926-g0095febdd0bd6d0d14cd380cbcf5946e25761155 Author: GCC Administrator <[email protected]> Date: Fri Oct 17 00:20:41 2025 +0000 Daily bump. Diff: --- gcc/ChangeLog | 18 ++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 8 ++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9903b0b65967..28059e1aa49d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,21 @@ +2025-10-16 Alex Coplan <[email protected]> + + Backported from master: + 2025-09-15 Alex Coplan <[email protected]> + + PR tree-optimization/121772 + * match.pd: Add type check to reduc(ctor) pattern. + +2025-10-16 Ayappan Perumal <[email protected]> + + Backported from master: + 2025-10-16 Ayappan Perumal <[email protected]> + + * config/rs6000/aix.h (SUBTARGET_DRIVER_SELF_SPECS): + Error out when stack-protector option is used in AIX + as it is not supported on AIX + Approved By: Segher Boessenkool <[email protected]> + 2025-10-14 Richard Biener <[email protected]> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 8ca925d3df4e..9456ec9f4b41 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20251016 +20251017 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 40508a8be08d..da27f1fec62e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2025-10-16 Alex Coplan <[email protected]> + + Backported from master: + 2025-09-15 Alex Coplan <[email protected]> + + PR tree-optimization/121772 + * gcc.target/aarch64/torture/pr121772.c: New test. + 2025-10-05 Harald Anlauf <[email protected]> Backported from master:
