This is an archive of the discontinued LLVM Phabricator instance.

[flang] Correct a typo when parsing format token white space
ClosedPublic

Authored by vdonaldson on Mar 30 2022, 2:48 PM.

Details

Reviewers
klausler
Summary

A format such as "( D C, X6. 2 )" is parsed the same as "(DC,X6.2)".

Diff Detail

Event Timeline

vdonaldson created this revision.Mar 30 2022, 2:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 30 2022, 2:48 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
vdonaldson requested review of this revision.Mar 30 2022, 2:48 PM

linux -> windows transfers are not currently working, so the diffs are a simple cut+paste. There are no actual differences, including white space, on format.h line 152 and io07.f90 lines 6-7.

klausler accepted this revision.Mar 30 2022, 3:02 PM
This revision is now accepted and ready to land.Mar 30 2022, 3:02 PM