This is an archive of the discontinued LLVM Phabricator instance.

[flang] Allow user to recover from bad edit descriptor with INTEGER
ClosedPublic

Authored by jeanPerier on Mar 30 2022, 10:23 AM.

Details

Summary

Runtime was crashing when an INTEGER passed in formatted output with
a bad edit descriptor even when the user did provide IOSTAT. Flang
is already signaling an error when facing similar error with other
types. Do the same with INTEGERs.

The input case is already signaling an error in the related input error
case.

Diff Detail

Event Timeline

jeanPerier created this revision.Mar 30 2022, 10:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 30 2022, 10:23 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript
jeanPerier requested review of this revision.Mar 30 2022, 10:23 AM
klausler accepted this revision.Mar 30 2022, 10:30 AM
This revision is now accepted and ready to land.Mar 30 2022, 10:30 AM