Re: [Fortran] Help with STAT= attribute in coarray reference

2016-07-21 Thread Andre Vehreschild
Hi all, the attached patch fixes some style issues in the caf code recently modified. Furthermore does it correct the function specifications of caf_get() and caf_send() that where missing some specifiers. Bootstrapped and regtested ok on x86_64-linux/F23. If noone objects I commit this patch as

Re: [Fortran] Help with STAT= attribute in coarray reference

2016-07-05 Thread Alessandro Fanfarillo
Thanks, committed as rev. 238007. 2016-07-04 14:41 GMT-06:00 Mikael Morin : > Le 30/06/2016 06:05, Alessandro Fanfarillo a écrit : >> >> Dear Mikael, >> >> thanks for your review and for the test. The attached patch, built and >> regtested for x86_64-pc-linux-gnu, addresses all the suggestions. >>

Re: [Fortran] Help with STAT= attribute in coarray reference

2016-07-04 Thread Mikael Morin
Le 30/06/2016 06:05, Alessandro Fanfarillo a écrit : Dear Mikael, thanks for your review and for the test. The attached patch, built and regtested for x86_64-pc-linux-gnu, addresses all the suggestions. The next patch will change the documentation related to the caf_get and caf_send functions a

Re: [Fortran] Help with STAT= attribute in coarray reference

2016-06-29 Thread Alessandro Fanfarillo
Dear Mikael, thanks for your review and for the test. The attached patch, built and regtested for x86_64-pc-linux-gnu, addresses all the suggestions. The next patch will change the documentation related to the caf_get and caf_send functions and will add support for STAT= to the sendget function.