This is an archive of the discontinued LLVM Phabricator instance.

[flang] Catch obscure structure constructor error
ClosedPublic

Authored by klausler on Feb 11 2023, 11:33 AM.

Details

Summary

A scalar value in a structure constructor may correspond to an
array component in the derived type only when that component has
a shape to which the scalar value may be expanded.

Diff Detail

Event Timeline

klausler created this revision.Feb 11 2023, 11:33 AM
Herald added a project: Restricted Project. · View Herald Transcript
klausler requested review of this revision.Feb 11 2023, 11:33 AM
vdonaldson accepted this revision.Feb 12 2023, 8:59 PM
This revision is now accepted and ready to land.Feb 12 2023, 8:59 PM
This revision was automatically updated to reflect the committed changes.