Daily bump.

This commit is contained in:
GCC Administrator 2025-10-05 16:54:29 +00:00
parent 552b9432fb
commit 8c3c4a3e23
4 changed files with 28 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2025-10-03 Alex Coplan <alex.coplan@arm.com>
Backported from master:
2025-09-15 Alex Coplan <alex.coplan@arm.com>
PR tree-optimization/121772
* match.pd: Add type check to reduc(ctor) pattern.
2025-09-20 Michael Eager <eager@eagercon.com>
PR target/118280

View File

@ -1 +1 @@
20251002
20251005

View File

@ -1,3 +1,9 @@
2025-10-05 Steve Baird <baird@adacore.com>
PR ada/113536
* exp_attr.adb: Move computation of Accum_Typ entirely into the
function Build_Stat.
2025-07-03 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/Makefile.in (gnatlib-sjlj): Delete.

View File

@ -1,3 +1,16 @@
2025-10-05 Eric Botcazou <ebotcazou@adacore.com>
PR ada/113536
* gnat.dg/reduce2.adb: New test.
2025-10-03 Alex Coplan <alex.coplan@arm.com>
Backported from master:
2025-09-15 Alex Coplan <alex.coplan@arm.com>
PR tree-optimization/121772
* gcc.target/aarch64/torture/pr121772.c: New test.
2025-09-23 Paul Thomas <pault@gcc.gnu.org>
Backported from master: