]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 5 Oct 2025 16:54:29 +0000 (16:54 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 5 Oct 2025 16:54:29 +0000 (16:54 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/testsuite/ChangeLog

index e0ed7f074b3d9f2a0a1b253004d8c8790fa56930..92fd09d8827a290abbbfccfecdbf76d6cf47c406 100644 (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
index 924403eec65bbbef7bce7330f43fb86e7583cd5d..19b17599469d6a739d122dc52b6c67674aa31835 100644 (file)
@@ -1 +1 @@
-20251002
+20251005
index c6a628490295607d33ad11dbacd89b04e3ee24fc..5dc1900acb25afaacbf474615ab6ea41f1fb6c6d 100644 (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.
index ea63fed99977a9c30d2d69fe39b9db340a7a3450..8c4985305a8bccbb4012bca6b8281514ada81d44 100644 (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: