This is an archive of the discontinued LLVM Phabricator instance.

[flang] Allow omission of comma in FORMAT(1PE5.2) in runtime
ClosedPublic

Authored by klausler on Jul 22 2020, 5:00 PM.

Details

Summary

A comma is not required between a scale factor and a following
data edit descriptor (C1302).

Diff Detail

Event Timeline

klausler created this revision.Jul 22 2020, 5:00 PM
Herald added a project: Restricted Project. · View Herald Transcript
PeteSteinfeld accepted this revision.Jul 27 2020, 1:41 PM

All builds, tests, and looks good.

This revision is now accepted and ready to land.Jul 27 2020, 1:41 PM
This revision was automatically updated to reflect the committed changes.