]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 29 Sep 2021 00:18:07 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 29 Sep 2021 00:18:07 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libgomp/ChangeLog

index 62e13fe35149fa69782ffc9cdf689b3587fa8934..ad7121c015e3cc2bb4801762f8d34755c6821a68 100644 (file)
@@ -1,3 +1,12 @@
+2021-09-28  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2021-09-28  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/102498
+       * config/i386/i386.c (standard_80387_constant_p): Don't recognize
+       special 80387 instruction XFmode constants if flag_rounding_math.
+
 2021-09-24  Feng Xue  <fxue@os.amperecomputing.com>
 
        PR tree-optimization/102400
index fbdb92926d0af3819078d822677f537d91481768..d0eb6b61c0ff47144fcfb445945bfd82bcd13148 100644 (file)
@@ -1 +1 @@
-20210928
+20210929
index ee11ddd257fa1263a469854eca20df715b01cd1b..2d60d3e2f36a73e4597b49994c90254cb8f8cb18 100644 (file)
@@ -1,3 +1,11 @@
+2021-09-28  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2021-09-28  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/102498
+       * gcc.target/i386/pr102498.c: New test.
+
 2021-09-22  Andreas Krebbel  <krebbel@linux.ibm.com>
 
        Backported from master:
index 420a94b81615d444f35ab378c9cb0dda1336b238..90822785bd34a8c0f4e241dcde8ad96d4ebb5c48 100644 (file)
@@ -1,3 +1,13 @@
+2021-09-28  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2021-09-28  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR libgomp/96661
+       * configure.ac: Only check for int-type = 2*size_t support when
+       building with Fortran support.
+       * configure: Regenerate.
+
 2021-07-28  Release Manager
 
        * GCC 11.2.0 released.