Re: [patch, fortran] Fix PR 71783

2016-07-09 Thread Jerry DeLisle
On 07/09/2016 01:16 PM, Thomas Koenig wrote: > Hello world, > > this patch fixes the regression by always allocating a charlen. > > Why we still allocate a temporary even for obviously non-overlapping > cases like the test case remains to be investigated. I'll open a > separate PR for this. > >

[patch, fortran] Fix PR 71783

2016-07-09 Thread Thomas Koenig
Hello world, this patch fixes the regression by always allocating a charlen. Why we still allocate a temporary even for obviously non-overlapping cases like the test case remains to be investigated. I'll open a separate PR for this. Regression-tested. OK for all affected branches? Regards