(j3.2006) Constraint for Coarrays and pointer attribute

Tobias Burnus burnus
Mon Jul 14 15:32:29 EDT 2014


Hello,

I am pretty sure that the following is not permitted, however, I cannot 
find the constraint:

    integer, save, pointer :: caf[*]

I looked through F2008 and the corrigenda, but I couldn't find the 
something. Can someone point me to the right spot? Or is this an 
omission in the standard?

It does not seem to violate the constraint:
"C526 A coarray or an object with a coarray ultimate component shall be 
a dummy argument or have the ALLOCATABLE or SAVE attribute."
(BTW: Using a "[:]" is no permitted per C528. But "[*]" seems to be 
permitted.)

Tobias



More information about the J3 mailing list