This is an archive of the discontinued LLVM Phabricator instance.

[flang] Correct the interpretation of BIND(C,NAME='')
ClosedPublic

Authored by klausler on Apr 14 2021, 11:13 AM.

Details

Summary

An empty NAME= should mean that there is no C binding, not the
binding that would result from BIND(C) without a NAME=.
See 18.10.2p2.

Diff Detail

Event Timeline

klausler created this revision.Apr 14 2021, 11:13 AM
klausler requested review of this revision.Apr 14 2021, 11:13 AM
tskeith accepted this revision.Apr 14 2021, 11:24 AM
This revision is now accepted and ready to land.Apr 14 2021, 11:24 AM
This revision was landed with ongoing or failed builds.Apr 14 2021, 11:33 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2021, 11:33 AM