From bf5cbb9edffc90eefba5c683dda0f1915e125018 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Sat, 9 Jan 2021 00:16:22 +0000 Subject: Daily bump. --- gcc/fortran/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'gcc/fortran') diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 84d4490..82c6dca 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,17 @@ +2021-01-08 Paul Thomas + + PR fortran/93794 + * trans-expr.c (gfc_conv_component_ref): Remove the condition + that deferred character length components only be allocatable. + +2021-01-08 Paul Thomas + + PR fortran/98458 + * simplify.c (is_constant_array_expr): If an array constructor + expression has elements other than constants or structures, try + fixing the expression with gfc_reduce_init_expr. Also, if shape + is NULL, obtain the array size and set it. + 2021-01-07 Paul Thomas PR fortran/93701 -- cgit v1.1