This is an archive of the discontinued LLVM Phabricator instance.

[flang] Implement cross-set EQUIVALENCE impossibility checking
ClosedPublic

Authored by klausler on Jul 1 2020, 1:26 PM.

Details

Summary

Implement cross-set EQUIVALENCE impossibility checking; fixes
an infinite loop on an erroneous test. Also fix substring
reference offset calculations in EQUIVALENCE discovered to
be incorrect during testing.

Diff Detail

Event Timeline

klausler created this revision.Jul 1 2020, 1:26 PM
Herald added a project: Restricted Project. · View Herald Transcript
tskeith accepted this revision.Jul 1 2020, 1:47 PM
This revision is now accepted and ready to land.Jul 1 2020, 1:47 PM
This revision was automatically updated to reflect the committed changes.