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

index 6245c3763ae066b4a9b2eea264244a443581fd84..73dfa4f5ddfbf39e4eb7bd285991690152ede325 100644 (file)
@@ -1,3 +1,13 @@
+2022-08-24  Kewen.Lin  <linkw@gcc.gnu.org>
+
+       Backported from master:
+       2022-08-16  Kewen.Lin  <linkw@gcc.gnu.org>
+
+       PR target/103353
+       * config/rs6000/mma.md (define_expand movoo): Move TARGET_MMA condition
+       check to preparation statements and add handlings for !TARGET_MMA.
+       (define_expand movxo): Likewise.
+
 2022-08-17  Tobias Burnus  <tobias@codesourcery.com>
 
        Backported from master:
index a8087bc572d8c721585d1a5bba867fe9acc8d418..359f4ea53a528cb78b2e8f9167c3a4f23da10fa9 100644 (file)
@@ -1 +1 @@
-20220824
+20220825
index 6f8caf4f5fa606327a20849cca32b01c8670dfbd..a0b0b8cb07beb6787af07a7a243e553ce999e71c 100644 (file)
@@ -1,3 +1,11 @@
+2022-08-24  Kewen.Lin  <linkw@gcc.gnu.org>
+
+       Backported from master:
+       2022-08-16  Kewen.Lin  <linkw@gcc.gnu.org>
+
+       PR target/103353
+       * gcc.target/powerpc/pr103353.c: New test.
+
 2022-08-17  Segher Boessenkool  <segher@kernel.crashing.org>
 
        Backported from master: