]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 4 Jun 2024 00:20:10 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 4 Jun 2024 00:20:10 +0000 (00:20 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 442004c50d6cca548af2319428b73dabd043d938..c0f32658649d3653da5bbcf55c343fdb8c82f11a 100644 (file)
@@ -1,3 +1,17 @@
+2024-06-03  Uros Bizjak  <ubizjak@gmail.com>
+
+       Backported from master:
+       2024-05-31  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/115297
+       * config/alpha/alpha.md (<any_divmod:code>si3): Wrap DImode
+       operands 3 and 4 with truncate:SI RTX.
+       (*divmodsi_internal_er): Ditto for operands 1 and 2.
+       (*divmodsi_internal_er_1): Ditto.
+       (*divmodsi_internal): Ditto.
+       * config/alpha/constraints.md ("b"): Correct register
+       number in the description.
+
 2024-05-30  YunQiang Su  <syq@gcc.gnu.org>
 
        Backported from master:
index 10c994db93f29e366efd98a66e2944c010db8cc3..f8e244336c65fbac77cfd782a6f2cd37e7853a15 100644 (file)
@@ -1 +1 @@
-20240603
+20240604
index 395e5ae0469bf80b533c24a982a6a19b34b7ee58..da32b927b5a2091f9d54fdb3c82835858e3e5b59 100644 (file)
@@ -1,3 +1,11 @@
+2024-06-03  Uros Bizjak  <ubizjak@gmail.com>
+
+       Backported from master:
+       2024-05-31  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/115297
+       * gcc.target/alpha/pr115297.c: New test.
+
 2024-05-28  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master: