Re: *ping* [Patch, Fortran] PR53642/45170c24 Deferred-length string fixes

2012-06-16 Thread Tobias Burnus
Om 13.06.2012 10:00, Tobias Burnus wrote: This patch fixes issues with deferred length strings, where the new string length (= RHS len) is evaluated too late. That's fixed by calling gfc_add_block_to_block. I have no idea whether the condition makes sense or whether that function could always

Re: *ping* [Patch, Fortran] PR53642/45170c24 Deferred-length string fixes

2012-06-16 Thread Thomas Koenig
Hi Tobias, Build and regtested on x86-64-linux. OK for the trunk? Tobias OK. Thanks a lot for the patch! Thomas

[Patch, Fortran] PR53642/45170c24 Deferred-length string fixes

2012-06-13 Thread Tobias Burnus
This patch fixes issues with deferred length strings, where the new string length (= RHS len) is evaluated too late. That's fixed by calling gfc_add_block_to_block. I have no idea whether the condition makes sense or whether that function could always be called. Additionally, in the FE