aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-10-02 00:18:17 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-10-02 00:18:17 +0000
commit3290dcf14994cee3f86abd8cc7d38ddedaaec062 (patch)
tree7beb4e15edfef9dbaeedceab40efe4e66b03a230 /gcc/fortran
parent5299155bb80e90df822e1eebc9f9a0c8e4505a46 (diff)
downloadgcc-3290dcf14994cee3f86abd8cc7d38ddedaaec062.zip
gcc-3290dcf14994cee3f86abd8cc7d38ddedaaec062.tar.gz
gcc-3290dcf14994cee3f86abd8cc7d38ddedaaec062.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index c6cb20d..0559fc3 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,14 @@
+2022-10-01 José Rui Faustino de Sousa <jrfsousa@gmail.com>
+
+ PR fortran/100040
+ PR fortran/100029
+ * trans-expr.cc (gfc_conv_class_to_class): Add code to have
+ assumed-rank arrays recognized as full arrays and fix the type
+ of the array assignment.
+ (gfc_conv_procedure_call): Change order of code blocks such that
+ the free of ALLOCATABLE dummy arguments with INTENT(OUT) occurs
+ first.
+
2022-09-30 Tobias Burnus <tobias@codesourcery.com>
PR fortran/105318