Enforce the following restriction specified in 2.13
A var may appear at most once in all the clauses of declare directives for a
function, subroutine, program, or module.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D156945
[flang][openacc] Enforce restriction on declare directive ClosedPublic Authored by clementval on Aug 2 2023, 2:25 PM.
Details Summary Enforce the following restriction specified in 2.13
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 2 2023, 2:25 PM This revision is now accepted and ready to land.Aug 2 2023, 3:12 PM Closed by commit rGc988e78f8e5e: [flang][openacc] Enforce restriction on declare directive (authored by clementval). · Explain WhyAug 2 2023, 9:27 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 546691 flang/lib/Semantics/check-acc-structure.h
flang/lib/Semantics/check-acc-structure.cpp
flang/lib/Semantics/semantics.cpp
flang/test/Semantics/OpenACC/acc-declare-validity.f90
|