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

index bacc8eccad4ffe180ac763fdeea056560d19ed44..bb399480fd2805e3a8988fb3c7b8a36607480d53 100644 (file)
@@ -1,3 +1,12 @@
+2025-05-01  Alex Coplan  <alex.coplan@arm.com>
+
+       Backported from master:
+       2025-03-12  Alex Coplan  <alex.coplan@arm.com>
+
+       PR rtl-optimization/116564
+       * df-problems.cc (df_simulate_defs): For partial defs, mark the
+       register live (treat it as a RMW operation).
+
 2025-04-30  Martin Jambor  <mjambor@suse.cz>
 
        Backported from master:
index c95ab322f46b75260a7fca06387a6239b2c60f8a..863251542a4aee0e5d626c30a04cca2eda3f78c4 100644 (file)
@@ -1 +1 @@
-20250501
+20250502
index ebe3d71eb5b4d2c6deb95dbcedf3188315914b26..4c2a0aec5b24ce29fd442c443b5725c28fc0fe38 100644 (file)
@@ -1,3 +1,11 @@
+2025-05-01  Alex Coplan  <alex.coplan@arm.com>
+
+       Backported from master:
+       2025-03-12  Alex Coplan  <alex.coplan@arm.com>
+
+       PR rtl-optimization/116564
+       * gcc.target/aarch64/torture/pr116564.c: New test.
+
 2025-04-30  Martin Jambor  <mjambor@suse.cz>
 
        PR tree-optimization/118924