Re: [Patch, fortran] PR67779 - Strange ordering with strings in extended object

2016-01-10 Thread Paul Richard Thomas
Dear All, The patch applies cleanly to 5-branch and fixes the problem. I will commit it later on today, at the same time as the first batch of deferred character fixes unless there are any objections. Cheers Paul On 10 January 2016 at 14:02, Paul Richard Thomas wrote: > Dear All, > > I had alr

[Patch, fortran] PR67779 - Strange ordering with strings in extended object

2016-01-10 Thread Paul Richard Thomas
Dear All, I had already posted a patch for the above, which sets the offset correctly in the caller to gfc_conv_expr_descriptor. However, I was so concerned that the latter was not doing the job properly that I decided to investigate further. The result was that I found a completely trivial omissi