2015-05-26 Paul Thomas <pault@gcc.gnu.org>
commit9ee70f200e168401ce34d450e719f96447d50633
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 May 2015 10:20:41 +0000 (26 10:20 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 May 2015 10:20:41 +0000 (26 10:20 +0000)
tree1b275d36c59aaa9239bd4cce6c1c426681fc6cd5
parent07360f23ef9c3e85e0c161fa6357a048c8229ec2
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: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223677 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/alloc_comp_auto_array_3.f90 [new file with mode: 0644]