[all-commits] [llvm/llvm-project] d4717b: [flang][OpenMP] Added test case for OpenMP 5.0 spe...
NimishMishra via All-commits
all-commits at lists.llvm.org
Tue Oct 12 02:43:20 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d4717b9b9def89c503a20eaf7700f87c4b52d530
https://github.com/llvm/llvm-project/commit/d4717b9b9def89c503a20eaf7700f87c4b52d530
Author: Nimish Mishra <neelam.nimish at gmail.com>
Date: 2021-10-12 (Tue, 12 Oct 2021)
Changed paths:
A flang/test/Semantics/omp-parallel-sections01.f90
Log Message:
-----------
[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
More information about the All-commits
mailing list