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

index 681673e844d262314229010320005221d6666924..9f9687bb2223555f053f072d971f9552688db2e7 100644 (file)
@@ -1,3 +1,19 @@
+2023-06-20  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/109932
+       * config/rs6000/rs6000-builtin.def (BU_VSX_MISC_2): New macro.
+       ({un,}pack_vector_int128): Use BU_VSX_MISC_2 instead of
+       BU_P7_MISC_2.
+
+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.c (output_toc): Use the mode of the 128-bit
+       floating constant itself for real_to_target call.
+
 2023-06-12  Richard Biener  <rguenther@suse.de>
 
        Backported from master:
index 414ba4c8afb5b43de16bf1b47f2d23d6a6e9f6e4..047f836b4f38cfc221c64f3f5eaf26c41f3fadae 100644 (file)
@@ -1 +1 @@
-20230620
+20230621
index 0a2cd0dbd473dced7bbdf0852e986c75d2949fc7..18ecea9c0e82cd6c4c73e887f4c7d6ac9887f421 100644 (file)
@@ -1,3 +1,17 @@
+2023-06-20  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-09  Alex Coplan  <alex.coplan@arm.com>
 
        Backported from master: