Daily bump.

This commit is contained in:
GCC Administrator 2022-07-27 00:18:42 +00:00
parent bd7d57b72d
commit b05ef9d5b0
4 changed files with 25 additions and 1 deletions

View File

@ -1 +1 @@
20220726
20220727

View File

@ -1,3 +1,12 @@
2022-07-26 Harald Anlauf <anlauf@gmx.de>
Backported from master:
2022-07-26 Harald Anlauf <anlauf@gmx.de>
PR fortran/103504
* interface.c (get_sym_storage_size): Array bounds and character
length can only be of integer type.
2022-07-16 Steve Kargl <kargl@gcc.gnu.org>
Backported from master:

View File

@ -1,3 +1,11 @@
2022-07-26 Harald Anlauf <anlauf@gmx.de>
Backported from master:
2022-07-26 Harald Anlauf <anlauf@gmx.de>
PR fortran/103504
* gfortran.dg/pr103504.f90: New test.
2022-07-22 Richard Biener <rguenther@suse.de>
Backported from master:

View File

@ -1,3 +1,10 @@
2022-07-26 Thomas Rodgers <trodgers@redhat.com>
Backported from master:
2022-07-26 Thomas Rodgers <trodgers@redhat.com>
* include/bits/atomic_wait.h (__atomic_spin): Merge spin loops.
2022-07-22 Patrick Palka <ppalka@redhat.com>
PR libstdc++/106320