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 956faa3..5cf4824 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 a0c453e..e2a9538 100644 (file)
@@ -1 +1 @@
-20210523
+20210524
index 2913c18..5e52691 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 f7b97fa..0b3dc03 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.