Re: [Fortran, accaf, patch, v1] Fixing compatibility with opencoarrays (mostly)

2016-09-24 Thread Andreas Schwab
FAIL: gfortran.dg/coarray_lib_comm_1.f90 -O0 scan-tree-dump-times original "_gfortran_caf_get \\(caf_token.0, \\(integer\\(kind=8\\)\\) parm.[0-9]+.data - \\(integer\\(kind=8\\)\\) a, 1, &parm.[0-9]+, 0B, &p, 4, 4, 1, 0B\\);" 1 FAIL: gfortran.dg/coarray_lib_comm_1.f90 -O0 scan-tree-dump-t

Re: [Fortran, accaf, patch, v1] Fixing compatibility with opencoarrays (mostly)

2016-09-23 Thread Andre Vehreschild
Hi Paul, thanks for the review. Committed as r240419. Regards, Andre On Thu, 22 Sep 2016 19:28:49 +0200 Paul Richard Thomas wrote: > Dear Andre, > > Yes, this is fine for trunk. Thanks for fixing it so quickly. > > Best regards > > Paul > > On 22 September 2016 at 17:09, Andre Vehr

Re: [Fortran, accaf, patch, v1] Fixing compatibility with opencoarrays (mostly)

2016-09-22 Thread Paul Richard Thomas
Dear Andre, Yes, this is fine for trunk. Thanks for fixing it so quickly. Best regards Paul On 22 September 2016 at 17:09, Andre Vehreschild wrote: > Hi all, > > attached patch fixes compatibility with opencoarrays by using the old coarray > interface of caf_get() as long as possible. > > Boot

[Fortran, accaf, patch, v1] Fixing compatibility with opencoarrays (mostly)

2016-09-22 Thread Andre Vehreschild
Hi all, attached patch fixes compatibility with opencoarrays by using the old coarray interface of caf_get() as long as possible. Bootstrapped and regtested ok on x86_64-linux/F23. Ok for trunk? Regards, Andre -- Andre Vehreschild * Email: vehre ad gmx dot de gcc/fortran/ChangeLog: 20