Add the semantic checks for the OpenMP 4.5 - 2.13.9 Depend clause.
- List items in depend clause should not be zero length array sections
- A variable that is part of another variable like structure component should not be specified on a depend clause
Test cases : omp-depend01.f90 , omp-depend02.f90
Can these be private?