[all-commits] [llvm/llvm-project] cbbc66: [flang][runtime] Ignore leading spaces even in BZ ...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Apr 22 12:32:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cbbc66290044be2e2031f86a8c650b6951529d7d
https://github.com/llvm/llvm-project/commit/cbbc66290044be2e2031f86a8c650b6951529d7d
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-04-22 (Fri, 22 Apr 2022)
Changed paths:
M flang/runtime/edit-input.cpp
M flang/runtime/io-stmt.h
Log Message:
-----------
[flang][runtime] Ignore leading spaces even in BZ mode
When editing numeric input, always skip leading spaces, even if
BZ mode (or BLANK='ZERO') is in effect; otherwise, a sign character
preceded by blanks will not be recognized.
Differential Revision: https://reviews.llvm.org/D124278
More information about the All-commits
mailing list