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 in a remote coarray (e.g.
"caf[i]%ptr_comp = 5") are not supported.
This patch now rejects them - instead of accepting them silently and doing the
wrong things at runtime.
Build and regtested on x86-64-gnu-linux
OK for the trunk?
Tobias
OK for trunk.
Jerry