Re: [Patch, fortran] PR65677 - Incomplete assignment on deferred-length character variable

2018-09-30 Thread Dominique d'Humières
Hi Paul, First your patch has been committed with wrong entry: 65667 instead of 65677. Second, I suspect it is responsible of the following ICE: % gfc pr72755.f90 -fno-range-check pr72755.f90:1485:0: 1485 | this%buffer = transfer( c(start:iend), this%buffer ) | internal compiler error:

Re: [Patch, fortran] PR65677 - Incomplete assignment on deferred-length character variable

2018-09-23 Thread Janne Blomqvist
On Sun, Sep 23, 2018 at 2:57 PM Paul Richard Thomas < paul.richard.tho...@gmail.com> wrote: > This is yet another deferred character length problem that this time > is caused by a dependency in assignment between lhs and rhs > string_lengths. The comment in the testcase explains all. > >

[Patch, fortran] PR65677 - Incomplete assignment on deferred-length character variable

2018-09-23 Thread Paul Richard Thomas
This is yet another deferred character length problem that this time is caused by a dependency in assignment between lhs and rhs string_lengths. The comment in the testcase explains all. Bootstraps and regtests on FC21/x86_64 - OK for trunk and 8-branch? I cannot commit until next week. Paul