PR98301 Add missing changelog entries.
authorAndre Vehreschild <vehre@gcc.gnu.org>
Sat, 22 May 2021 11:36:31 +0000 (13:36 +0200)
committerAndre Vehreschild <vehre@gcc.gnu.org>
Sat, 22 May 2021 11:36:31 +0000 (13:36 +0200)
gcc/fortran/ChangeLog
libgfortran/ChangeLog

index 7fabe76..2913c18 100644 (file)
@@ -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'.
index 27d79ae..490ee3b 100644 (file)
@@ -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