This is an archive of the discontinued LLVM Phabricator instance.

[flang] Pad output correctly after tabbing with ADVANCE='no' (bug#63111)
ClosedPublic

Authored by klausler on Jun 5 2023, 3:01 PM.

Details

Summary

Correct the code that implements the production of spaces to bring the
furthestPositionInRecord up to a positionInRecord that was tabbed forward
by a T or TR control edit descriptor.

Fixes bug https://github.com/llvm/llvm-project/issues/63111.

Diff Detail

Event Timeline

klausler created this revision.Jun 5 2023, 3:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 5 2023, 3:01 PM
klausler requested review of this revision.Jun 5 2023, 3:01 PM
vdonaldson accepted this revision.Jun 5 2023, 3:13 PM
This revision is now accepted and ready to land.Jun 5 2023, 3:13 PM