A dummy argument that appears only in ENTRY statements may
not be used in the executable part prior to its first ENTRY
statement.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D142758
[flang] Enforce ENTRY dummy argument usage restriction ClosedPublic Authored by klausler on Jan 27 2023, 9:36 AM.
Details Summary A dummy argument that appears only in ENTRY statements may
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 27 2023, 11:39 AM Closed by commit rGebd85ae28598: [flang] Enforce ENTRY dummy argument usage restriction (authored by klausler). · Explain WhyJan 28 2023, 9:27 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 493011 flang/include/flang/Semantics/symbol.h
flang/lib/Semantics/resolve-names.cpp
flang/test/Semantics/entry01.f90
|