Re: [patch, fortran] Fix the rest of PR 59345

2019-01-12 Thread Steve Kargl
On Sat, Jan 12, 2019 at 10:09:14PM +0100, Thomas Koenig wrote: > Hello world, > > this patch fixes the rest of the PR by making sure we do not > pack/unpack for function results which are either allocatable > or explicit shape arrays. > > Regression-tested. OK for trunk? > OK. -- Steve

[patch, fortran] Fix the rest of PR 59345

2019-01-12 Thread Thomas Koenig
Hello world, this patch fixes the rest of the PR by making sure we do not pack/unpack for function results which are either allocatable or explicit shape arrays. Regression-tested. OK for trunk? Regards Thomas 2019-01-12 Thomas Koenig PR fortran/59345 * trans-array