Re: [patch, fortran] Fix type conversion in large array constructors with iterators

2018-03-18 Thread Steve Kargl
On Sun, Mar 18, 2018 at 11:23:37PM +0100, Thomas König wrote: > Hello world, > > the attached patch fixes the bug that Steve found; the patch itself > simply makes sure to copy a constructor instead of only the value > of the constructor when converting types. > > Regressoin-tested. OK for

[patch, fortran] Fix type conversion in large array constructors with iterators

2018-03-18 Thread Thomas König
Hello world, the attached patch fixes the bug that Steve found; the patch itself simply makes sure to copy a constructor instead of only the value of the constructor when converting types. Regressoin-tested. OK for trunk? Maybe this is also a candidate for gcc-7, because of the silent