Restriction on clauses for the EXIT DATA directive were not fully correct.
This patch fixes the situation. The async, if and finalize clauses are allowed
only once.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D95470
[flang][openacc] Fix clause restriction for exit data directive ClosedPublic Authored by clementval on Jan 26 2021, 12:30 PM.
Details Summary Restriction on clauses for the EXIT DATA directive were not fully correct.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 26 2021, 8:39 PM This revision was landed with ongoing or failed builds.Jan 27 2021, 7:07 AM Closed by commit rGb65896ef8b5a: [flang][openacc] Fix clause restriction for exit data directive (authored by clementval). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 319565 flang/test/Semantics/OpenACC/acc-data.f90
llvm/include/llvm/Frontend/OpenACC/ACC.td
|