diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-07-27 00:16:27 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-07-27 00:16:27 +0000 |
commit | 1a7febe9432f5302620aebc9cb5760c6c1d31d4c (patch) | |
tree | 2241db8bf4a8cedc7ecded3c01f8e9a1fd4af495 /gcc/fortran | |
parent | d5a8c1382718ae084d46ff9b8a26d6b1d0cb684c (diff) | |
download | gcc-1a7febe9432f5302620aebc9cb5760c6c1d31d4c.zip gcc-1a7febe9432f5302620aebc9cb5760c6c1d31d4c.tar.gz gcc-1a7febe9432f5302620aebc9cb5760c6c1d31d4c.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 e3bf9d6..af9f6b5 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,17 @@ +2021-07-26 José Rui Faustino de Sousa <jrfsousa@gmail.com> + Tobias Burnus <tobias@codesourcery.com> + + PR fortran/93308 + PR fortran/93963 + PR fortran/94327 + PR fortran/94331 + PR fortran/97046 + * trans-decl.c (convert_CFI_desc): Only copy out the descriptor + if necessary. + * trans-expr.c (gfc_conv_gfc_desc_to_cfi_desc): Updated attribute + handling which reflect a previous intermediate version of the + standard. Only copy out the descriptor if necessary. + 2021-07-23 Harald Anlauf <anlauf@gmx.de> PR fortran/101536 |