This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] Coarray - fix var decl check


On 07/22/2011 02:51 PM, Tobias Burnus wrote:
Local, nostatic/nonallocable DT variables were rejected if they contained
(allocatable) coarray components. However, those are allowed - I had initially
misread 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.

Cf. also http://j3-fortran.org/pipermail/j3/2011-June/004403.html
if you have the same trouble as I initially had with "ultimate component".

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

Tobias


OK for trunk.


Jerry


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