This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Fix handling of output FORMAT('x' 'y')
ClosedPublic

Authored by klausler on Jun 14 2022, 2:01 PM.

Details

Summary

I'm emitting "x'y" because the space-separated apostrophes are
misinterpreted as being adjacent repeated quotation marks.
Fix to ensure no space skipping is applied when checking for
repeated quotation marks.

Diff Detail

Event Timeline

klausler created this revision.Jun 14 2022, 2:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2022, 2:01 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Jun 14 2022, 2:01 PM
vdonaldson accepted this revision.Jun 15 2022, 11:19 AM
This revision is now accepted and ready to land.Jun 15 2022, 11:19 AM
This revision was automatically updated to reflect the committed changes.