]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 25 Aug 2022 00:17:42 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 25 Aug 2022 00:17:42 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index d6aeabb9bf49cd775c231f5413e4524407bda6ee..4bbadc51d4160290b25934ec24bfa30293e9e29b 100644 (file)
@@ -1,3 +1,13 @@
+2022-08-24  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2022-08-16  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/103353
+       * config/rs6000/mma.md (define_expand movpoi): Move TARGET_MMA condition
+       check to preparation statements and add handlings for !TARGET_MMA.
+       (define_expand movpxi): Likewise.
+
 2022-08-16  Segher Boessenkool  <segher@kernel.crashing.org>
 
        Backported from master:
index a8087bc572d8c721585d1a5bba867fe9acc8d418..359f4ea53a528cb78b2e8f9167c3a4f23da10fa9 100644 (file)
@@ -1 +1 @@
-20220824
+20220825
index cbb1f32646e7ff26db9295dab5204997c187636f..11d58f419eac9649ca1b1cab122f45b53066aca6 100644 (file)
@@ -1,3 +1,11 @@
+2022-08-24  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2022-08-16  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/103353
+       * gcc.target/powerpc/pr103353.c: New test.
+
 2022-08-17  Segher Boessenkool  <segher@kernel.crashing.org>
 
        Backported from master: