Added semantic support for following restriction which applies to OMP DISTRIBUTE directives
- A list item may appear in a firstprivate or lastprivate clause but not both.
Paths
| Differential D157465
[OpenMP] [Flang] [Semantics] Add a missing semantic check for OMP DISTRIBUTE directive. ClosedPublic Authored by raghavendhra on Aug 8 2023, 6:04 PM.
Details Summary Added semantic support for following restriction which applies to OMP DISTRIBUTE directives
Diff Detail
Event TimelineComment Actions LG.
This revision is now accepted and ready to land.Aug 9 2023, 7:55 AM Closed by commit rG9c2d54e96da4: [OpenMP] [Flang] [Semantics] Add a missing semantic check for OMP DISTRIBUTE… (authored by raghavendhra). · Explain WhyAug 9 2023, 11:03 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 548426 flang/lib/Semantics/check-omp-structure.h
flang/lib/Semantics/resolve-directives.cpp
flang/test/Semantics/OpenMP/firstprivate01.f90
|
When we have one more of these, we can share code. No change requested.