]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 14 Apr 2025 00:19:22 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 14 Apr 2025 00:19:22 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 0d267a8805b09c853f6e0443cf2ce9bcd6025970..0cdb6d268e7377aa500f22e408f2666004f7f0ef 100644 (file)
@@ -1,3 +1,22 @@
+2025-04-13  Richard Biener  <rguenther@suse.de>
+
+       Backported from master:
+       2025-04-09  Richard Biener  <rguenther@suse.de>
+
+       PR rtl-optimization/119689
+       PR rtl-optimization/115568
+       * lra-remat.cc (create_cands): Use prev_nonnote_nondebug_insn
+       to check whether insn2 is directly before insn.
+
+2025-04-13  Vladimir N. Makarov  <vmakarov@redhat.com>
+
+       Backported from master:
+       2025-02-05  Vladimir N. Makarov  <vmakarov@redhat.com>
+
+       PR rtl-optimization/115568
+       * lra-remat.cc (create_cands): Check that output reload insn is
+       adjacent to given insn.  Update a comment.
+
 2025-04-04  Richard Biener  <rguenther@suse.de>
 
        Backported from master:
index 2061764a097c279d77e88b92b300e8dcc1f54155..1e2b10c9cd986e206413c0eabd3008bce09cf857 100644 (file)
@@ -1 +1 @@
-20250413
+20250414
index 338ee3a1ddb80580e2ab5ea51c19527c47a11611..1002a907daf180ae9f3195c38f08f84a4849b8a0 100644 (file)
@@ -1,3 +1,20 @@
+2025-04-13  Richard Biener  <rguenther@suse.de>
+
+       Backported from master:
+       2025-04-09  Richard Biener  <rguenther@suse.de>
+
+       PR rtl-optimization/119689
+       PR rtl-optimization/115568
+       * g++.target/i386/pr119689.C: New testcase.
+
+2025-04-13  Vladimir N. Makarov  <vmakarov@redhat.com>
+
+       Backported from master:
+       2025-02-05  Vladimir N. Makarov  <vmakarov@redhat.com>
+
+       PR rtl-optimization/115568
+       * gcc.target/i386/pr115568.c: New.
+
 2025-04-04  Richard Biener  <rguenther@suse.de>
 
        Backported from master: