Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 27 Dec 2021 00:16:20 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 27 Dec 2021 00:16:20 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libgfortran/ChangeLog

index e4998c5..2eb7219 100644 (file)
@@ -1,3 +1,9 @@
+2021-12-26  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR target/103785
+       * config/i386/i386.md: Swap operand order in comments and check
+       AX input in any_mul_highpart peepholes.
+
 2021-12-24  Uroš Bizjak  <ubizjak@gmail.com>
 
        PR target/95046
index 3e301d9..1092928 100644 (file)
@@ -1 +1 @@
-20211226
+20211227
index b3c4496..f41eb73 100644 (file)
@@ -1,3 +1,13 @@
+2021-12-26  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR target/103785
+       * gcc.target/i386/pr103785.c: New test.
+
+2021-12-26  Francois-Xavier Coudert  <fxcoudert@gmail.com>
+
+       PR libfortran/98076
+       * gfortran.dg/pr98076.f90: New test.
+
 2021-12-24  Uroš Bizjak  <ubizjak@gmail.com>
 
        PR target/95046
index 1ebbe36..7142ca6 100644 (file)
@@ -1,3 +1,10 @@
+2021-12-26  Francois-Xavier Coudert  <fxcoudert@gmail.com>
+
+       PR libfortran/98076
+       * runtime/string.c (itoa64, itoa64_pad19): New helper functions.
+       (gfc_itoa): On targets with 128-bit integers, call fast
+       64-bit functions to avoid many slow divisions.
+
 2021-12-25  Francois-Xavier Coudert  <fxcoudert@gmail.com>
 
        PR libfortran/81986