This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Fix list-directed/NAMELIST complex input with "r*" repetition count
ClosedPublic

Authored by klausler on Jun 9 2022, 12:07 PM.

Details

Summary

The little state machine in GetNextDataEdit() wasn't transitioning
properly from reading the imaginary part of the number back to the
real part for the next iteration of a repeated value.

Diff Detail

Event Timeline

klausler created this revision.Jun 9 2022, 12:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2022, 12:07 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Jun 9 2022, 12:07 PM
vdonaldson accepted this revision.Jun 13 2022, 9:07 AM
This revision is now accepted and ready to land.Jun 13 2022, 9:07 AM