Home | History | Annotate | Download | only in fortran

Lines Matching defs:coarray

992       gfc_error ("Loop variable at %C cannot be a coarray");
4369 bool coarray = tail->expr->symtree->n.sym->attr.codimension;
4372 coarray = ref->u.c.component->attr.codimension;
4374 if (coarray && gfc_find_state (COMP_DO_CONCURRENT))
4376 gfc_error ("ALLOCATE of coarray at %C in DO CONCURRENT block");
4379 if (coarray && gfc_find_state (COMP_CRITICAL))
4381 gfc_error ("ALLOCATE of coarray at %C in CRITICAL block");
4788 gfc_error ("DEALLOCATE of coarray at %C in DO CONCURRENT block");
4795 gfc_error ("DEALLOCATE of coarray at %C in CRITICAL block");
5370 "coarray", sym->name);