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

index c1c682ab1b074f901844aec0d360aee63c56ad7a..466861bc45507b4c6a5dac3ec605593245761bed 100644 (file)
@@ -1,3 +1,21 @@
+2023-06-20  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2023-06-12  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/109932
+       * config/rs6000/rs6000-builtins.def (__builtin_pack_vector_int128,
+       __builtin_unpack_vector_int128): Move from stanza power7 to vsx.
+
+2023-06-20  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2023-06-12  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/110011
+       * config/rs6000/rs6000.cc (output_toc): Use the mode of the 128-bit
+       floating constant itself for real_to_target call.
+
 2023-06-15  Lulu Cheng  <chenglulu@loongson.cn>
 
        Backported from master:
index 414ba4c8afb5b43de16bf1b47f2d23d6a6e9f6e4..047f836b4f38cfc221c64f3f5eaf26c41f3fadae 100644 (file)
@@ -1 +1 @@
-20230620
+20230621
index 49de2f769ee10642044952173669dd28abd72073..974d1ce48c8659bfbd96a646b593ecd5a1dfb1d9 100644 (file)
@@ -1,3 +1,30 @@
+2023-06-20  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2023-06-13  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR testsuite/110230
+       PR target/109932
+       * gcc.target/powerpc/pr109932-1.c: Adjust with int128 effective target.
+       * gcc.target/powerpc/pr109932-2.c: Ditto.
+
+2023-06-20  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2023-06-12  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/109932
+       * gcc.target/powerpc/pr109932-1.c: New test.
+       * gcc.target/powerpc/pr109932-2.c: New test.
+
+2023-06-20  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2023-06-12  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/110011
+       * gcc.target/powerpc/pr110011.c: New test.
+
 2023-06-15  Xi Ruoyao  <xry111@xry111.site>
 
        Backported from master: