This is an archive of the discontinued LLVM Phabricator instance.

[flang] Warn on mismatched DATA substring sizes rather than crashing
ClosedPublic

Authored by klausler on Feb 11 2023, 10:43 AM.

Details

Summary

When a DATA statement initializes a substring with a character constant
of the wrong length, do the right thing with blank padding or truncation,
and emit a warning. Current code is crashing due to an unhandled error
reported from the low-level data image initialization framework.

Diff Detail