This is an archive of the discontinued LLVM Phabricator instance.

[flang] Check constraint C1577 for statement functions
ClosedPublic

Authored by klausler on Dec 1 2022, 12:31 PM.

Details

Summary

Check most of the requiremens of constraint C1577 for statement functions.
The restrictions that prevent recursion are hard errors; the others seem
to be benign legacies and are caught as portability warnings.

Diff Detail

Event Timeline

klausler created this revision.Dec 1 2022, 12:31 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Dec 1 2022, 12:31 PM
This revision is now accepted and ready to land.Dec 2 2022, 12:04 AM
This revision was automatically updated to reflect the committed changes.