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

index 6f29fc22816e027d4211c914baee4beed6750fec..451298a70cf67613063d32ba6464092574e3a342 100644 (file)
@@ -1,3 +1,25 @@
+2022-06-20  Uros Bizjak  <ubizjak@gmail.com>
+
+       Backported from master:
+       2022-06-17  Uroš Bizjak  <ubizjak@gmail.com>
+
+       PR target/105209
+       * config/alpha/alpha-protos.h (alpha_store_data_bypass_p): New.
+       * config/alpha/alpha.cc (alpha_store_data_bypass_p): New function.
+       (alpha_store_data_bypass_p_1): Ditto.
+       * config/alpha/ev4.md: Use alpha_store_data_bypass_p instead
+       of generic store_data_bypass_p.
+       (ev4_ist_c): Remove insn reservation.
+
+2022-06-20  Uros Bizjak  <ubizjak@gmail.com>
+
+       Backported from master:
+       2022-06-17  Uroš Bizjak  <ubizjak@gmail.com>
+
+       PR target/105970
+       * config/i386/i386.cc (ix86_function_arg): Assert that
+       the mode of pointer argumet is equal to ptr_mode, not Pmode.
+
 2022-06-19  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 02f5d3a119fc8c68678d7c1cd6f5a261ae99f48d..774b03215acf8b1708ed41bb34896967e642b60a 100644 (file)
@@ -1 +1 @@
-20220620
+20220621
index 471acf43d42ad66c999f644b2cec09977372768f..80b75968ec26f4875be6fd086f95a50002a224c3 100644 (file)
@@ -1,3 +1,19 @@
+2022-06-20  Uros Bizjak  <ubizjak@gmail.com>
+
+       Backported from master:
+       2022-06-17  Uroš Bizjak  <ubizjak@gmail.com>
+
+       PR target/105209
+       * gcc.target/alpha/pr105209.c: New test.
+
+2022-06-20  Uros Bizjak  <ubizjak@gmail.com>
+
+       Backported from master:
+       2022-06-17  Uroš Bizjak  <ubizjak@gmail.com>
+
+       PR target/105970
+       * gcc.target/i386/pr105970.c: New test.
+
 2022-06-19  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master: