https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80918
Bug ID: 80918 Summary: [6/7/8 Regression] Assumed size whole array rejected in depend clause Product: gcc Version: 7.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: jakub at gcc dot gnu.org Target Milestone: --- subroutine foo (a) integer :: a(*) !$omp task depend(inout:a) !$omp end task !$omp task depend(inout:a) !$omp end task end subroutine foo is rejected due to a typo.