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

index 3a03a341faf8a8917f1a248908ea520e43d40523..300d836f2c7b57f7e8f45e0b0dc265b0b00b8beb 100644 (file)
@@ -1,3 +1,22 @@
+2023-10-16  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2023-09-25  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/111380
+       * config/rs6000/rs6000.cc (rs6000_can_inline_p): Adopt
+       target_option_default_node when the callee has no option
+       attributes, also simplify the existing code accordingly.
+
+2023-10-16  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2023-09-25  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/111366
+       * config/rs6000/rs6000.cc (rs6000_update_ipa_fn_target_info): Skip
+       empty inline asm.
+
 2023-10-07  Andrew Pinski  <pinskia@gmail.com>
 
        Backported from master:
index 2638d56830afbb76acab66ffafe77b207cab5231..a8fe11db53a8268a841869822457a27078d08910 100644 (file)
@@ -1 +1 @@
-20231016
+20231017
index fc02ff5eb24fee88bd201c0df3af0e946546d9e2..8238e44fb5452f34246acab4aa9b2c68f9eb0cd1 100644 (file)
@@ -1,3 +1,20 @@
+2023-10-16  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2023-09-25  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/111380
+       * gcc.target/powerpc/pr111380-1.c: New test.
+       * gcc.target/powerpc/pr111380-2.c: New test.
+
+2023-10-16  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2023-09-25  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/111366
+       * g++.target/powerpc/pr111366.C: New test.
+
 2023-10-07  Andrew Pinski  <pinskia@gmail.com>
 
        Backported from master: