This is an archive of the discontinued LLVM Phabricator instance.

[flang] Runtime assigned format errors
ClosedPublic

Authored by vdonaldson on Aug 15 2023, 4:40 PM.

Details

Summary

Generate a runtime error message for a reference to an invalid
assigned format such as:

if (.true.) print n
end

Diff Detail

Event Timeline

vdonaldson created this revision.Aug 15 2023, 4:40 PM
Herald added a project: Restricted Project. · View Herald Transcript
vdonaldson requested review of this revision.Aug 15 2023, 4:40 PM
PeteSteinfeld accepted this revision.Aug 16 2023, 6:34 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Aug 16 2023, 6:34 AM