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

index 7b8affa5b5baf872f8f33b554ec55d61075c64c8..60b953c6595dde131bced743b2cc3377569ef738 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-11  Jin Ma  <jinma@linux.alibaba.com>
 
        Backported from master:
index 2061764a097c279d77e88b92b300e8dcc1f54155..1e2b10c9cd986e206413c0eabd3008bce09cf857 100644 (file)
@@ -1 +1 @@
-20250413
+20250414
index caea1461cc3bf328246468e44e09854114300917..340634eb3e04d63636757a757ff89ad3e29806fc 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-11  Jason Merrill  <jason@redhat.com>
 
        Backported from master: