This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch,Fortran] Coarrays 8/n: Add intrinsics (part 1) (PR 18918)


On 04/10/2010 01:47 AM, Tobias Burnus wrote:
The current coarray implementation status and a short coarray
introduction can be found at:

http://users.physik.fu-berlin.de/~tburnus/coarray/README.txt

* * *

This patch adds the most important missing feature:  THIS_IMAGE() (which
evaluates to 1) - and allows now to compile most simpler coarray
programs. (More complicated ones use allocatable coarrays.)

Additionally, it adds THIS_IMAGE(coarray[, dim]), IMAGE_INDEX(coarray,
sub), UCOBOUND(coarray[, dim) and LCOBOUND(coarray[, dim]) for the case
that the cobounds are known at compile time.

Build and regtested on x86-64-linux.
OK for the trunk?

Tobias

This OK before the other one.


:)

Jerry


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]