This is an archive of the discontinued LLVM Phabricator instance.

[flang] Catch case of character array constructor with indeterminable length
ClosedPublic

Authored by klausler on Jul 21 2023, 8:30 AM.

Details

Summary

F'2023 7.8 para 5 requires that an implied DO loop with no iterations
in a character array constructor should have items whose lengths are
constant expressions independent of the value of the implied DO loop
index.

Diff Detail

Event Timeline

klausler created this revision.Jul 21 2023, 8:30 AM
Herald added a project: Restricted Project. · View Herald Transcript
klausler requested review of this revision.Jul 21 2023, 8:30 AM
This revision is now accepted and ready to land.Jul 21 2023, 8:32 AM