]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 6 Mar 2025 00:20:56 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 6 Mar 2025 00:20:56 +0000 (00:20 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index f0e8abd526b7a9b7bb7506207f1646b114edc703..814e23d514bcd2c058a7f9c1838486915ea62ae0 100644 (file)
@@ -1,3 +1,12 @@
+2025-03-05  Uros Bizjak  <ubizjak@gmail.com>
+
+       Backported from master:
+       2025-03-03  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR rtl-optimization/118739
+       * combine.cc (distribute_notes) <case REG_UNUSED>: Correct the
+       logic when the register is used by I3.
+
 2025-02-26  Stefan Schulze Frielinghaus  <stefansf@gcc.gnu.org>
 
        Backported from master:
index 0cf6d8a9f9a9995006ba604bcd1e37de8dc8370c..31df6d356f31bd36c1e5ddd69744933924d3904e 100644 (file)
@@ -1 +1 @@
-20250305
+20250306
index 7a9271cad3e6c9d8079528c98b433bb68d01e88b..5bc8a0143cd6d24cc3d23a717581231c598fccd3 100644 (file)
@@ -1,3 +1,20 @@
+2025-03-05  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-03-04  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/119071
+       * gcc.dg/pr119071.c: New test.
+       * gcc.c-torture/execute/pr119071.c: New test.
+
+2025-03-05  Uros Bizjak  <ubizjak@gmail.com>
+
+       Backported from master:
+       2025-03-03  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR rtl-optimization/118739
+       * gcc.target/i386/pr118739.c: New test.
+
 2025-03-02  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        Backported from master: