- Section 2.5 : Parallel Construct
- Section 2.7.1 : Loop Construct
- Section 2.7.2 : Sections Construct
- Section 2.7.3 : Single Construct
- Section 2.7.4 : Workshare Construct
- Section 2.8.1 : Simd Construct
- Section 2.8.3 : Loop Simd Construct
- Section 2.9.1 : Task Construct
- Section 2.9.2 : Taskloop Construct
- Section 2.9.3 : Taskloop Simd Construct
Most of the test cases added as part of this change contains semantic errors except few cases which are semantically correct but thrown a semantic error.
Currently flang is not throwing the errors for these cases and throwing semantic errors for the following correct test cases
{omp-do03.f90 , omp-loop-simd01.f90 , omp-simd02.f90 , omp-taskloop01.f90}
Hence, all the test cases are marked as XFAIL.