This is an archive of the discontinued LLVM Phabricator instance.

[flang] A TBP override may not make a public binding private
ClosedPublic

Authored by klausler on Mar 1 2023, 12:03 PM.

Details

Summary

When a procedure binding in a derived type has PRIVATE accessibility,
it may not be an override of a type-bound procedure that is accessible.

Diff Detail

Event Timeline

klausler created this revision.Mar 1 2023, 12:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2023, 12:03 PM
klausler requested review of this revision.Mar 1 2023, 12:03 PM
PeteSteinfeld accepted this revision.Mar 1 2023, 2:03 PM

All builds and tests correctly and looks good.

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

All builds and tests correctly and looks good.