[all-commits] [llvm/llvm-project] e57464: [flang] Allow omission of comma in FORMAT(1PE5.2) ...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Jul 27 15:03:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e57464151d4c4912a7ec4d6fd0920056b2f75c7c
https://github.com/llvm/llvm-project/commit/e57464151d4c4912a7ec4d6fd0920056b2f75c7c
Author: peter klausler <pklausler at nvidia.com>
Date: 2020-07-27 (Mon, 27 Jul 2020)
Changed paths:
M flang/runtime/format-implementation.h
M flang/unittests/Runtime/hello.cpp
Log Message:
-----------
[flang] Allow omission of comma in FORMAT(1PE5.2) in runtime
A comma is not required between a scale factor and a following
data edit descriptor (C1302).
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D84369
More information about the All-commits
mailing list