This is an archive of the discontinued LLVM Phabricator instance.

[flang] Catch C721 violations in defined interfaces
ClosedPublic

Authored by klausler on Oct 28 2022, 9:44 AM.

Details

Summary

Fortran's constraint C721 allows an assumed-length CHARACTER
entity to be declared in a very limited set of circumstances that
does not include an explicit external interface definition.

Diff Detail

Event Timeline

klausler created this revision.Oct 28 2022, 9:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 28 2022, 9:44 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Oct 28 2022, 9:44 AM
This revision was not accepted when it landed; it landed in state Needs Review.Oct 29 2022, 5:13 PM
This revision was automatically updated to reflect the committed changes.