[flang][OpenMP] Added test case for OpenMP 5.0 specification based semantic checks...
authorNimish Mishra <neelam.nimish@gmail.com>
Tue, 12 Oct 2021 09:41:29 +0000 (15:11 +0530)
committernimishra <nimishra@amd.com>
Tue, 12 Oct 2021 09:42:24 +0000 (15:12 +0530)
commitd4717b9b9def89c503a20eaf7700f87c4b52d530
tree263bfe913186e9c87142b5a9a55dac923f6db41f
parentc6390f19f20c93687d6366f6e78d6e96f1f0a126
[flang][OpenMP] Added test case for OpenMP 5.0 specification based semantic checks for parallel sections construct

Parallel sections directive borrows the semantic checks from both sections directive and parallel directive. Semantic checks for both are merged in main branch; this test case is added to make sure correct semantic checks upon merging the two.

Reviewed By: kiranchandramohan

Differential Revision: https://reviews.llvm.org/D111438
flang/test/Semantics/omp-parallel-sections01.f90 [new file with mode: 0644]