This is an archive of the discontinued LLVM Phabricator instance.

[flang] Enforce C1552, no binding labels allowed for internal procedures
ClosedPublic

Authored by klausler on Jun 27 2022, 12:26 PM.

Details

Summary

If BIND(C) appears on an internal procedure, it must have a null binding
label, i.e. BIND(C,NAME="").

Also address conflicts with D127725 which was merged during development.

Diff Detail

Event Timeline

klausler created this revision.Jun 27 2022, 12:26 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Jun 27 2022, 12:26 PM
vdonaldson accepted this revision.Jun 27 2022, 2:30 PM
This revision is now accepted and ready to land.Jun 27 2022, 2:30 PM