Re: [Patch, Fortran] Reject unsupported coarray communication

2015-03-24 Thread Tobias Burnus
Dear Dominique, Dominique Dhumieres wrote: The test gfortran.dg/coarray/coindexed_3.f90 compiles without error, see https://gcc.gnu.org/ml/gcc-testresults/2015-03/msg02446.html. Ups, I somehow missed that files under coarray/ are run with both -fcoarray=single and =lib; the error (rightly!)

Re: [Patch, Fortran] Reject unsupported coarray communication

2015-03-22 Thread Dominique Dhumieres
Dear Tobias, The test gfortran.dg/coarray/coindexed_3.f90 compiles without error, see https://gcc.gnu.org/ml/gcc-testresults/2015-03/msg02446.html. TIA Dominique

Re: [Patch, Fortran] Reject unsupported coarray communication

2015-03-20 Thread Jerry DeLisle
On 03/12/2015 12:18 AM, Tobias Burnus wrote: There are two groups of features which are not properly implemented with remote access: * caf(:)[i]%a might have a byte stride which is not compatible with the size of a. (Fix: new array descriptor.) * All access which involves dereferencing pointers

[Patch, Fortran] Reject unsupported coarray communication

2015-03-12 Thread Tobias Burnus
There are two groups of features which are not properly implemented with remote access: * caf(:)[i]%a might have a byte stride which is not compatible with the size of a. (Fix: new array descriptor.) * All access which involves dereferencing pointers in a remote coarray (e.g. caf[i]%ptr_comp