]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 26 Sep 2025 00:25:10 +0000 (00:25 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 26 Sep 2025 00:25:10 +0000 (00:25 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
libgomp/ChangeLog

index cec86689fcf5ee871e017c7cd35db48092d43a24..3ead3801e267ac70f2d99ba0ab45ed048b150fcc 100644 (file)
@@ -1,3 +1,21 @@
+2025-09-25  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-25  Tobias Burnus  <tburnus@baylibre.com>
+
+       Backported from master:
+       2025-09-18  Tobias Burnus  <tburnus@baylibre.com>
+                   Sandra Loosemore  <sloosemore@baylibre.com>
+
+       PR middle-end/121922
+       * omp-general.cc (omp_dynamic_cond): Use 'unshare_expr' for
+       the user condition.
+
 2025-09-24  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 1c24425e59bb72223113869b506c5484551120e9..021949afc4f63aea2082d75f62092010c7b9de94 100644 (file)
@@ -1 +1 @@
-20250925
+20250926
index 7ef134104321fd7d57870238caf0674dfa1da65c..6791f6869d812c5152b18ce49b69ac525cb7be8a 100644 (file)
@@ -1,3 +1,13 @@
+2025-09-25  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-09-25  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/122015
+       PR c++/122019
+       * module.cc (trees_in::install_entity): Remove incorrect
+       assertion.
+
 2025-09-24  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index eb2a3a926f8e758fd83683998aee0a69931f12b0..01c55d43d55f00c11dda99bb6ef48cfd31c18ee4 100644 (file)
@@ -1,3 +1,11 @@
+2025-09-25  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-24  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index 20a325e60d8aa1d60426208ffd3ebf74446461fb..76514f4434d1f338fa8d7832c22f33080207e2e3 100644 (file)
@@ -1,3 +1,12 @@
+2025-09-25  Tobias Burnus  <tburnus@baylibre.com>
+
+       Backported from master:
+       2025-09-18  Tobias Burnus  <tburnus@baylibre.com>
+                   Sandra Loosemore  <sloosemore@baylibre.com>
+
+       PR middle-end/121922
+       * testsuite/libgomp.c-c++-common/declare-variant-1.c: New test.
+
 2025-08-08  Release Manager
 
        * GCC 15.2.0 released.