Daily bump.

This commit is contained in:
GCC Administrator 2021-09-29 00:18:07 +00:00
parent 8e7da0da76
commit 1074147135
4 changed files with 28 additions and 1 deletions

View 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

View File

@ -1 +1 @@
20210928
20210929

View 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:

View 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.