Re: [Patch, fortran] PR77296 - [F03] Compiler Error with allocatable string and associate

2017-10-04 Thread Paul Richard Thomas
Committed as revision 253400. Thanks for the review and the test. Paul On 1 October 2017 at 14:24, Thomas Koenig wrote: > Hi Paul, > >> The attached patch fixes the PR and most of the remaining, if not all, >> problems associated with deferred string length targets in

Re: [Patch, fortran] PR77296 - [F03] Compiler Error with allocatable string and associate

2017-10-01 Thread Thomas Koenig
Hi Paul, The attached patch fixes the PR and most of the remaining, if not all, problems associated with deferred string length targets in the associate construct. Bootstraps and regtests on FC23/x86_64 - OK for trunk? Yes. Thanks a lot for working on this! Regards Thomas

Re: [Patch, fortran] PR77296 - [F03] Compiler Error with allocatable string and associate

2017-10-01 Thread Dominique d'Humières
Dear Paul, > The attached patch fixes the PR and most of the remaining, if not all, > problems associated with deferred string length targets in the > associate construct. The patch works as expected. It also fixes pr60458 and its duplicate pr65187. Thanks for working on this issue, Dominique

[Patch, fortran] PR77296 - [F03] Compiler Error with allocatable string and associate

2017-09-30 Thread Paul Richard Thomas
The attached patch fixes the PR and most of the remaining, if not all, problems associated with deferred string length targets in the associate construct. Bootstraps and regtests on FC23/x86_64 - OK for trunk? Paul 2017-09-29 Paul Thomas PR fortran/77296 *