aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/ChangeLog
diff options
context:
space:
mode:
authorPaul Thomas <pault@gcc.gnu.org>2015-05-26 10:20:41 +0000
committerPaul Thomas <pault@gcc.gnu.org>2015-05-26 10:20:41 +0000
commitde339e5059fb72da0c1bc37a5a58904db46ff6db (patch)
tree1b275d36c59aaa9239bd4cce6c1c426681fc6cd5 /gcc/fortran/ChangeLog
parente970ffd79dc10bebd2b349e6eaecf868bfa9532b (diff)
2015-05-26 Paul Thomas <pault@gcc.gnu.org>
PR fortran/66082 * trans-array.c (gfc_conv_array_parameter): Ensure that all non-variable arrays with allocatable components have the components deallocated after the procedure call. 2015-05-26 Paul Thomas <pault@gcc.gnu.org> PR fortran/66082 * gfortran.dg/allocatable_scalar_13.f90: New test git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@223677 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/ChangeLog')
-rw-r--r--gcc/fortran/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index bc623c4dbde..0bada49d283 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,10 @@
+2015-05-26 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/66082
+ * trans-array.c (gfc_conv_array_parameter): Ensure that all
+ non-variable arrays with allocatable components have the
+ components deallocated after the procedure call.
+
2015-05-24 Mikael Morin <mikael@gcc.gnu.org>
PR fortran/66257