Re: [Patch, Fortran] Coarray - fix var decl check

2011-07-22 Thread Jerry DeLisle
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 d

[Patch, Fortran] Coarray - fix var decl check

2011-07-22 Thread Tobias Burnus
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 AL