[all-commits] [llvm/llvm-project] 09b1a6: [flang] Correct a typo when parsing format token w...
vdonaldson via All-commits
all-commits at lists.llvm.org
Wed Mar 30 18:56:22 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 09b1a6d6733de9fe876860216898c7fd8b8cfed0
https://github.com/llvm/llvm-project/commit/09b1a6d6733de9fe876860216898c7fd8b8cfed0
Author: V Donaldson <vdonaldson at nvidia.com>
Date: 2022-03-30 (Wed, 30 Mar 2022)
Changed paths:
M flang/include/flang/Common/format.h
M flang/test/Semantics/io07.f90
Log Message:
-----------
[flang] Correct a typo when parsing format token white space
A format such as "( D C, X6. 2 )" is parsed the same as "(DC,X6.2)".
More information about the All-commits
mailing list