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

index 8042db6aaf0417cee028a9274937941373966742..f1201c46423d13717dd69e137cab54c0baed7258 100644 (file)
@@ -1,3 +1,24 @@
+2023-10-23  Oleg Endo  <olegendo@gcc.gnu.org>
+
+       PR target/111001
+       * config/sh/sh_treg_combine.cc (sh_treg_combine::record_set_of_reg):
+       Skip over nop move insns.
+
+2023-10-23  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2023-10-12  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/111367
+       * config/rs6000/rs6000.md (stack_protect_setsi): Support prefixed
+       instruction emission and incorporate to stack_protect_set<mode>.
+       (stack_protect_setdi): Rename to ...
+       (stack_protect_set<mode>): ... this, adjust constraint.
+       (stack_protect_testsi): Support prefixed instruction emission and
+       incorporate to stack_protect_test<mode>.
+       (stack_protect_testdi): Rename to ...
+       (stack_protect_test<mode>): ... this, adjust constraint.
+
 2023-10-20  Oleg Endo  <olegendo@gcc.gnu.org>
 
        PR target/101177
index 909fbcdf47ebc179f80d44d0438d32f5ee7337fe..2b20a22545d4f8753462aa593842c70a2bdbdbea 100644 (file)
@@ -1 +1 @@
-20231023
+20231024
index 3d7e72a7189522c0a0d25d2a3d8f27de719185f8..0266921ef32d8cb87b478415610c0a7a87069f5c 100644 (file)
@@ -1,3 +1,11 @@
+2023-10-23  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2023-10-12  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/111367
+       * g++.target/powerpc/pr111367.C: New test.
+
 2023-10-21  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: