]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 18 Jun 2025 00:29:00 +0000 (00:29 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 18 Jun 2025 00:29:00 +0000 (00:29 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 99eef0da7ffd5d3d389028944c394533ee911fd4..f61d2e0756e047090f238f021926eb9fa7b6dc5c 100644 (file)
@@ -1,3 +1,13 @@
+2025-06-17  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-06-17  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/120677
+       * gimple-crc-optimization.cc (crc_optimization::optimize_crc_loop):
+       Insert before gsi_after_labels instead of gsi_start_bb.  Use
+       gimple_bb (output_crc) instead of output_crc->bb.  Formatting fix.
+
 2025-06-14  Georg-Johann Lay  <avr@gjlay.de>
 
        PR rtl-optimization/120423
index aaa22e3d56a08341ca5271654515f0849389bf82..016543e4365ee283008841a203566a06715d008d 100644 (file)
@@ -1 +1 @@
-20250617
+20250618
index d25e135315ffc9af72baeaf6d5516fdf1e83a27b..8296d6ff24b381fde6f7bfb085eaa0fa44e988f0 100644 (file)
@@ -1,3 +1,11 @@
+2025-06-17  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-06-17  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/120677
+       * gcc.c-torture/execute/pr120677.c: New test.
+
 2025-06-14  Georg-Johann Lay  <avr@gjlay.de>
 
        PR rtl-optimization/120423