The following error was triggered in the added test case.
This is a false positive.
COMMON block must be declared in the same scoping unit in which the OpenACC directive or clause appears
Paths
| Differential D154742
[flang][openacc] Fix false positive error in common block resolution ClosedPublic Authored by clementval on Jul 7 2023, 1:38 PM.
Details Summary The following error was triggered in the added test case. COMMON block must be declared in the same scoping unit in which the OpenACC directive or clause appears
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 10 2023, 3:42 AM Closed by commit rG5a0b91fc2821: [flang][openacc] Fix false positive error in common block resolution (authored by clementval). · Explain WhyJul 10 2023, 8:39 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 538665 flang/lib/Semantics/resolve-directives.cpp
flang/test/Semantics/OpenACC/acc-resolve04.f90
|