]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 24 May 2021 00:16:23 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 24 May 2021 00:16:23 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 956faa31b41fc7dd2cca7b522d7072902be177ab..5cf4824b2b9ba107af4aca45f33e087d5b11a3eb 100644 (file)
@@ -1,3 +1,15 @@
+2021-05-23  Uroš Bizjak  <ubizjak@gmail.com>
+
+       PR target/100722
+       * config/i386/mmx.md (*push<VI_32:mode>2_rex64):
+       New instruction pattern.
+       (*push<VI_32:mode>2): Ditto.
+       (push splitter for SSE registers): New splitter.
+
+2021-05-23  Andrew Pinski  <apinski@marvell.com>
+
+       * match.pd ((A & C) != 0 ? D : 0): Limit to non pointer types.
+
 2021-05-22  Aaron Sawdey  <acsawdey@linux.ibm.com>
 
        * config/rs6000/genfusion.pl (gen_addadd): Fix incorrect attr types.
index a0c453ec18a2c2e8693c4e920f3964e1efbbfcb8..e2a9538cdbdad020b48c76ae467fbf0823f874d0 100644 (file)
@@ -1 +1 @@
-20210523
+20210524
index 2913c18ad8ea1a7e9c93cd1a25791d55c2ba9783..5e5269169371166fa1bd28c4beae180019ef96fa 100644 (file)
@@ -1,3 +1,15 @@
+2021-05-23  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/100551
+       * trans-expr.c (gfc_conv_procedure_call): Adjust check for
+       implicit conversion of actual argument to an unlimited polymorphic
+       procedure argument.
+
+2021-05-23  Tobias Burnus  <tobias@codesourcery.com>
+
+       * intrinsic.texi (ATOMIC_ADD, ATOMIC_FETCH_ADD): Use the
+       proper variable name in the description.
+
 2021-05-22  Andre Vehreschild  <vehre@gcc.gnu.org>
            Steve Kargl  <kargl@gcc.gnu.org>
 
index f7b97fa4deff1c299958181948280eab8ec0d1ea..0b3dc039d2dc9b546421c45c14b60f76ad468916 100644 (file)
@@ -1,3 +1,17 @@
+2021-05-23  Uroš Bizjak  <ubizjak@gmail.com>
+
+       PR target/100722
+       * gcc.target/i386/pr100722.c: New test.
+
+2021-05-23  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/100551
+       * gfortran.dg/pr100551.f90: New test.
+
+2021-05-23  Andrew Pinski  <apinski@marvell.com>
+
+       * gcc.dg/gimplefe-45.c: New test.
+
 2021-05-21  Aaron Sawdey  <acsawdey@linux.ibm.com>
 
        * gcc.target/powerpc/fusion-p10-addadd.c: New file.