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!) o
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
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 point
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_c