A SELECT TYPE statement's selector must be a variable or expression,
not a procedure; specifically, a function with a polymorphic result
is unacceptable.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D145742
[flang] Check that a SELECT TYPE selector is not a procedure ClosedPublic Authored by klausler on Mar 9 2023, 4:28 PM.
Details Summary A SELECT TYPE statement's selector must be a variable or expression,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 10 2023, 12:45 AM This revision was landed with ongoing or failed builds.Mar 10 2023, 9:08 AM Closed by commit rG3c10eb4942d4: [flang] Check that a SELECT TYPE selector is not a procedure (authored by klausler). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 504175 flang/lib/Semantics/check-select-type.cpp
flang/test/Semantics/selecttype01.f90
|