Add the semantic checks for the OpenMP 4.5 - 2.15.3.3 Private clause.
- Pointers with the INTENT(IN) attribute may not appear in a private clause.
- Variables that appear in namelist statements may not appear in a private clause. (This check holds for firstprivate and lastprivate clauses too)
Test cases : omp-private01.f90 , omp-private02.f90 , omp-private03.f90, omp-private04.f90
Can this be private?