diff options
| author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-01-09 00:16:22 +0000 |
|---|---|---|
| committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-01-09 00:16:22 +0000 |
| commit | bf5cbb9edffc90eefba5c683dda0f1915e125018 (patch) | |
| tree | 3044e1737584d35b9ee82436efe2319128cdb70e /gcc/fortran | |
| parent | 0b874e0ffd5fab85d4b33059cb093322dfe7a3ba (diff) | |
| download | gcc-bf5cbb9edffc90eefba5c683dda0f1915e125018.zip gcc-bf5cbb9edffc90eefba5c683dda0f1915e125018.tar.gz gcc-bf5cbb9edffc90eefba5c683dda0f1915e125018.tar.bz2 | |
Daily bump.
Diffstat (limited to 'gcc/fortran')
| -rw-r--r-- | gcc/fortran/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
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 <pault@gcc.gnu.org> + + 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 <pault@gcc.gnu.org> + + 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 <pault@gcc.gnu.org> PR fortran/93701 |
