This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Complete list-directed character input with DECIMAL='COMMA'
ClosedPublic

Authored by klausler on Jul 13 2022, 11:48 AM.

Details

Summary

Most of the infrastructure for DECIMAL='COMMA' mode was in place
in the I/O runtime support library, but I dropped the ball for
list-directed character input, which has its own detection of
input separators. Finish the job.

Diff Detail

Event Timeline

klausler created this revision.Jul 13 2022, 11:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 13 2022, 11:48 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Jul 13 2022, 11:48 AM
vdonaldson accepted this revision.Jul 13 2022, 2:32 PM
This revision is now accepted and ready to land.Jul 13 2022, 2:32 PM