Daily bump.

This commit is contained in:
GCC Administrator 2021-06-07 00:17:57 +00:00
parent 002745ca36
commit 505fb2363b
3 changed files with 19 additions and 1 deletions

View File

@ -1 +1 @@
20210606
20210607

View File

@ -1,3 +1,12 @@
2021-06-06 Andre Vehreschild <vehre@gcc.gnu.org>
Steve Kargl <kargl@gcc.gnu.org>
PR fortran/98301
* trans-decl.c (gfc_build_builtin_function_decls): Move decl.
* trans-intrinsic.c (conv_intrinsic_random_init): Use bool for
lib-call of caf_random_init instead of logical (4-byte).
* trans.h: Add tree var for random_init.
2021-06-04 Harald Anlauf <anlauf@gmx.de>
Backported from master:

View File

@ -1,3 +1,12 @@
2021-06-06 Andre Vehreschild <vehre@gcc.gnu.org>
Steve Kargl <kargl@gcc.gnu.org>
PR fortran/98301
* caf/libcaf.h (_gfortran_caf_random_init): New function.
* caf/single.c (_gfortran_caf_random_init): New function.
* gfortran.map: Added fndecl.
* intrinsics/random_init.f90: Implement random_init.
2021-05-03 Tobias Burnus <tobias@codesourcery.com>
Backported from master: