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

index 251c0bfc9e1af27c2973d46c4519b8b5bb754f93..898a4ea9b733fbc7826a06993d5f8d0ddf754723 100644 (file)
@@ -1,3 +1,22 @@
+2023-02-13  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2023-01-18  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/108348
+       * config/rs6000/rs6000.c (rs6000_opaque_type_invalid_use_p): Add the
+       support for invalid uses of MMA opaque type in function arguments.
+
+2023-02-13  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2023-01-16  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/108272
+       * config/rs6000/rs6000.c (rs6000_opaque_type_invalid_use_p): Add the
+       support for invalid uses in inline asm, factor out the checking and
+       erroring to lambda function check_and_error_invalid_use.
+
 2023-02-07  Richard Biener  <rguenther@suse.de>
 
        Backported from master:
index d3e275017e185a0e982dc10ec63cb54c61a318de..fe9ab157aece89b177d4495850bf1c88cec24a83 100644 (file)
@@ -1 +1 @@
-20230213
+20230214
index 5ae05dab3eaa56ef18578e60e55721a164a92760..c67e188255187565c7648fb51e5fd61a6002e054 100644 (file)
@@ -1,3 +1,23 @@
+2023-02-13  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2023-01-18  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/108348
+       * gcc.target/powerpc/pr108348-1.c: New test.
+       * gcc.target/powerpc/pr108348-2.c: New test.
+
+2023-02-13  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2023-01-16  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/108272
+       * gcc.target/powerpc/pr108272-1.c: New test.
+       * gcc.target/powerpc/pr108272-2.c: New test.
+       * gcc.target/powerpc/pr108272-3.c: New test.
+       * gcc.target/powerpc/pr108272-4.c: New test.
+
 2023-02-11  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
This page took 0.107549 seconds and 5 git commands to generate.