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

index 4aa86f0bbe90cf7b3541fb6c1d8e87a12976b950..f578e5fc5cdeaa1987cc4ab3883e871f5f8c14f1 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-13  Andrew MacLeod  <amacleod@redhat.com>
 
        PR tree-optimization/111622
index 2638d56830afbb76acab66ffafe77b207cab5231..a8fe11db53a8268a841869822457a27078d08910 100644 (file)
@@ -1 +1 @@
-20231016
+20231017
index 40f762f83941b281f14ed2ebec6597ac7da925ae..edee91c3364bbd152c3a3462f93e00840a0041dd 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-11  Andrew MacLeod  <amacleod@redhat.com>
 
        PR tree-optimization/111694