This is an archive of the discontinued LLVM Phabricator instance.

[flang] Error handling for out-of-range CASE values
ClosedPublic

Authored by klausler on Apr 13 2022, 12:28 PM.

Details

Summary

Catch and nicely describe errors in CASE range values
that are out of range for the type of the SELECT CASE.

Diff Detail

Event Timeline

klausler created this revision.Apr 13 2022, 12:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 13 2022, 12:28 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Apr 13 2022, 12:28 PM
vdonaldson accepted this revision.Apr 13 2022, 2:06 PM
This revision is now accepted and ready to land.Apr 13 2022, 2:06 PM
This revision was automatically updated to reflect the committed changes.