Daily bump.

This commit is contained in:
GCC Administrator 2020-05-28 04:25:40 +00:00
parent 6f64bc18a6
commit bb42c9f527
6 changed files with 35 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2020-05-27 Martin Liska <mliska@suse.cz>
* git-backport.py: New file.
2020-03-12 Release Manager
* GCC 9.3.0 released.

View File

@ -1 +1 @@
20200527
20200528

View File

@ -1,3 +1,9 @@
2020-05-27 Thomas Koenig <tkoenig@gcc.gnu.org>
PR libfortran/95191
* libgfortran.h (libgfortran_error_codes): Add
LIBERROR_BAD_WAIT_ID.
2020-05-20 Mark Eggleston <markeggleston@gcc.gnu.org>
PR fortran/39695

View File

@ -1,3 +1,9 @@
2020-05-27 Harald Anlauf <anlauf@gmx.de>
Steven G. Kargl <kargl@gcc.gnu.org>
PR libfortran/95104
* gfortran.dg/pr95104.f90: New test.
2020-05-26 Alexandre Oliva <oliva@adacore.com>
PR target/94812

View File

@ -1,3 +1,16 @@
2020-05-27 Harald Anlauf <anlauf@gmx.de>
Steven G. Kargl <kargl@gcc.gnu.org>
PR libfortran/95104
* io/transfer.c (st_wait_async): Do not dereference NULL pointer.
2020-05-27 Thomas Koenig <tkoenig@gcc.gnu.org>
PR libfortran/95191
* io/async.c (async_wait_id): Generate error if ID is higher
than the highest current ID.
* runtime/error.c (translate_error): Handle LIBERROR_BAD_WAIT_ID.
2020-05-22 Thomas Koenig <tkoenig@gcc.gnu.org>
PR libfortran/95119

View File

@ -1,3 +1,8 @@
2020-05-27 Thomas Koenig <tkoenig@gcc.gnu.org>
PR libfortran/95191
* testsuite/libgomp.fortran/async_io_9.f90: New test.
2020-05-22 Thomas Koenig <tkoenig@gcc.gnu.org>
PR libfortran/95119