summaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-11-02 20:53:00 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-11-02 20:53:00 +0000
commit88ce3d5fbb948cc600800b15f4ca774a0ce8e7a7 (patch)
treeaefd01a11fa4670cf14d4cc54452ad6b12fcc7a0 /libgfortran
parent9e3c694afacf965293fe8b3b7b9a5022415e03c9 (diff)
Daily bump.
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 104a149ec64..a4af74b4caa 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,11 @@
+2020-10-30 Harald Anlauf <anlauf@gmx.de>
+
+ * intrinsics/random.c (SZ_IN_INT_4): Define size of state in int32_t.
+ (SZ_IN_INT_8): Define size of state in int64_t.
+ (SZ): Remove.
+ (random_seed_i4): Use size SZ_IN_INT_4 instead of SZ.
+ (random_seed_i8): Use size SZ_IN_INT_8 instead of SZ.
+
2020-10-18 Harald Anlauf <anlauf@gmx.de>
* m4/matmul_internal.m4: Move check for rank-1 times rank-2 before