Re: [Committed, Fortran, Patch, v1] Three small patches for character arrays

2017-11-04 Thread Andre Vehreschild
Hi Paul, thanks for the review. Committed as r254407 to trunk and r254408 to gcc-7. Regards, Andre On Sat, 4 Nov 2017 12:06:15 + Paul Richard Thomas wrote: > Hi Andre, > > These patches look fine to me. Thanks for taking account of the array > descriptor change between trunk and 7

Re: [Ping, Fortran, Patch, v1] Three small patches for character arrays

2017-11-04 Thread Paul Richard Thomas
Hi Andre, These patches look fine to me. Thanks for taking account of the array descriptor change between trunk and 7-branch :-) OK for trunk and 7-branch. Thanks Paul On 4 November 2017 at 10:27, Andre Vehreschild wrote: > Ping! > > On Wed, 1 Nov 2017 12:27:11 +0100 > Andre Vehreschild wro

Re: [Ping, Fortran, Patch, v1] Three small patches for character arrays

2017-11-04 Thread Andre Vehreschild
Ping! On Wed, 1 Nov 2017 12:27:11 +0100 Andre Vehreschild wrote: > Hi all, > > during development on OpenCoarrays I found these three issues in gfortran: > > - caf_send: Did not treat char arrays as arrays when calling caf_send. > - gfc_trans_assignment_1: Conversion of character kind creates

[Fortran, Patch, v1] Three small patches for character arrays

2017-11-01 Thread Andre Vehreschild
Hi all, during development on OpenCoarrays I found these three issues in gfortran: - caf_send: Did not treat char arrays as arrays when calling caf_send. - gfc_trans_assignment_1: Conversion of character kind creates a loop variant temporary which must not be put before the loop body, but withi