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]

*ping* -- Re: [Patch, Fortran] Coarray: Add "token" to the descriptor, use it for argument passing


* ping *

http://gcc.gnu.org/ml/fortran/2011-07/msg00246.html

Tobias Burnus:
Tobias Burnus wrote:
This patch adds a "token" element as last element in the descriptor such that is can be easily ignored when passing a descriptor to a noncoarray descriptor dummy.

Handling coarray descriptors differently from noncoarray descriptors is not a good idea if one does not distinguish them for caching ...


Fixed by caching them separately.

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

Tobias


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