]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 6 Jan 2023 00:18:36 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 6 Jan 2023 00:18:36 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index f773d40cb772faeaa1bef59b51ef622d24afa4a4..053dccc6dc99392d107c60f8dc79edc5f45f46b1 100644 (file)
@@ -1,3 +1,16 @@
+2023-01-05  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/106736
+       * config/rs6000/mma.md (define_expand movoo): Call function
+       rs6000_opaque_type_invalid_use_p to check and emit error message for
+       the invalid use of opaque type.
+       (define_expand movxo): Likewise.
+       * config/rs6000/rs6000-protos.h
+       (rs6000_opaque_type_invalid_use_p): New function declaration.
+       (currently_expanding_gimple_stmt): New extern declaration.
+       * config/rs6000/rs6000.c (rs6000_opaque_type_invalid_use_p): New
+       function.
+
 2022-12-22  Martin Liska  <mliska@suse.cz>
 
        Backported from master:
index 9d39ee8c855bff5818dd74e1fe9f8b615735da61..5cf4a37854956d395cf813e4cc8009531d895c9d 100644 (file)
@@ -1 +1 @@
-20230105
+20230106
index 8772e3f23ec7eada4c6df5fb9b325767ec86bf6e..38209f39fee8d9a67652b155d2f22a699b6e4703 100644 (file)
@@ -1,3 +1,12 @@
+2023-01-05  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/106736
+       * gcc.target/powerpc/pr106736-1.c: New test.
+       * gcc.target/powerpc/pr106736-2.c: Likewise.
+       * gcc.target/powerpc/pr106736-3.c: Likewise.
+       * gcc.target/powerpc/pr106736-4.c: Likewise.
+       * gcc.target/powerpc/pr106736-5.c: Likewise.
+
 2022-12-24  John David Anglin  <danglin@gcc.gnu.org>
 
        * g++.dg/guality/guality.exp: Skip on hppa*-*-hpux*.