This is an archive of the discontinued LLVM Phabricator instance.

[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,
not a procedure; specifically, a function with a polymorphic result
is unacceptable.

Diff Detail

Event Timeline

klausler created this revision.Mar 9 2023, 4:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2023, 4:28 PM
klausler requested review of this revision.Mar 9 2023, 4:28 PM
This 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
This revision was automatically updated to reflect the committed changes.