]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump. misc/first-auto-changelog-9
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 27 May 2020 07:47:38 +0000 (07:47 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 27 May 2020 07:47:38 +0000 (07:47 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index ac0ecbe906a9f1eb1ab24fab9086a46d835691d0..bbad04ab54397346edd41d75dbf42cad128d8386 100644 (file)
@@ -1,3 +1,9 @@
+2020-05-26  Alexandre Oliva  <oliva@adacore.com>
+
+       PR target/94812
+       * config/rs6000/rs6000.md (rs6000_mffsl): Copy result to
+       output operand in emulation.  Don't overwrite pseudos.
+
 2020-05-24  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR target/95258
index 997e5b5779103fa765acbc906f2b97954a98bf03..b7b667a34d155667b0421b4ee2700ec4d86c1cdf 100644 (file)
@@ -1 +1 @@
-20200526
+20200527
index 9ea89656bb4dccf652955975502012acbe110ff4..b4fa3eac47abe30dd91ce35e111eb10343a70492 100644 (file)
@@ -1,3 +1,10 @@
+2020-05-26  Alexandre Oliva  <oliva@adacore.com>
+
+       PR target/94812
+       * gcc.target/powerpc/test_mffsl.c: Call mffsl only once.
+       Reinterpret the doubles as long longs for compares.  Mask out
+       mffs bits that are not expected from mffsl.
+
 2020-05-22  Bin Cheng  <bin.cheng@linux.alibaba.com>
 
        Backport from master