[Patch, Fortran] Allocate + CAF library

Daniel Carrera dcarrera@gmail.com
Mon Jul 11 18:26:00 GMT 2011


Hello,

This is my largest patch so far and the first that I'll commit myself. 
This patch improves support for the ALLOCATE statement when using the 
coarray library. Specifically, it adds support for the stat= and errmsg= 
attributes:

ALLOCATE( x(n)[*] , stat=i , errmsg=str )

These attributes are now written by the CAF library. This patch also 
involves a good amount of code cleanup.

ChangeLog is attached.

As soon as I get the go-ahead, I'll commit this patch.


Cheers,
Daniel.
-- 
I'm not overweight, I'm undertall.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: allocate.diff
Type: text/x-patch
Size: 21693 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20110711/872cdd5b/attachment.bin>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ChangeLog
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20110711/872cdd5b/attachment.ksh>


More information about the Gcc-patches mailing list