PR98301 Add missing changelog entries.
This commit is contained in:
parent
26ca6dbda2
commit
c4771b3438
2 changed files with 18 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2021-05-22 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-05-20 Marcel Vollweiler <marcel@codesourcery.com>
|
||||
|
||||
* openmp.c (gfc_match_omp_clauses): Support map-type-modifier 'close'.
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
2021-05-22 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-05 Tobias Burnus <tobias@codesourcery.com>
|
||||
|
||||
* intrinsics/chmod.c (chmod_internal): Only declare mode_mask var
|
||||
|
|
Loading…
Add table
Reference in a new issue