This is an archive of the discontinued LLVM Phabricator instance.

[flang] Disallow intrinsics and statement functions from generics
ClosedPublic

Authored by klausler on Mar 1 2023, 11:58 AM.

Details

Summary

Generic interfaces are not permitted to have intrinsic procedures or
statement functions as specific procedures.

Diff Detail

Event Timeline

klausler created this revision.Mar 1 2023, 11:58 AM
Herald added a project: Restricted Project. · View Herald Transcript
klausler requested review of this revision.Mar 1 2023, 11:58 AM
PeteSteinfeld accepted this revision.Mar 1 2023, 2:02 PM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Mar 1 2023, 2:02 PM