aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-09-25 00:16:27 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-09-25 00:16:27 +0000
commita2b7397b501378815d1b6c5beb7cbda21f2e4ad7 (patch)
treebb833290f8ccd0cb3af463c97e49941dd8f5d318 /gcc/fortran
parent942ab9e9d4ff1da711daad3e8c71c57fd4c14035 (diff)
downloadgcc-a2b7397b501378815d1b6c5beb7cbda21f2e4ad7.zip
gcc-a2b7397b501378815d1b6c5beb7cbda21f2e4ad7.tar.gz
gcc-a2b7397b501378815d1b6c5beb7cbda21f2e4ad7.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index e826128..19f2e6a 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,10 @@
+2020-09-24 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/96495
+ * trans-expr.c (gfc_conv_procedure_call): Take the deallocation
+ of allocatable result components of a scalar result outside the
+ scalarization loop. Find and use the stored result.
+
2020-09-21 Harald Anlauf <anlauf@gmx.de>
Paul Thomas <pault@gcc.gnu.org>