This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix one regression failure related to BIND(C) statement
ClosedPublic

Authored by peixin on Jun 15 2022, 2:56 AM.

Details

Summary

For BIND(C) statement, two common block with the same name can have the
same bind name. Fix the regression failure by add this check. Also add
the regression tests.

Co-authored-by: Jean Perier <jperier@nvidia.com>

Diff Detail

Event Timeline

peixin created this revision.Jun 15 2022, 2:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2022, 2:56 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript
peixin requested review of this revision.Jun 15 2022, 2:56 AM
clementval accepted this revision.Jun 15 2022, 3:47 AM

LGTM. Thanks for the fix.

This revision is now accepted and ready to land.Jun 15 2022, 3:47 AM