[all-commits] [llvm/llvm-project] d02b31: [flang] Remove typo that affected complex namelist...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Nov 22 15:07:02 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d02b318af636a887e85741a5fe699fe3852d1199
https://github.com/llvm/llvm-project/commit/d02b318af636a887e85741a5fe699fe3852d1199
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2021-11-22 (Mon, 22 Nov 2021)
Changed paths:
M flang/runtime/edit-input.cpp
M flang/unittests/Runtime/NumericalFormatTest.cpp
Log Message:
-----------
[flang] Remove typo that affected complex namelist input
A recent patch to real/complex formatted input included what must
have been an editing hiccup: "++ ++p" instead of "++p". This
compiles, and it broke the consumption of the trailing ')' of a
complex value in namelist input by skipping over the character.
Extend existing test to cover this case.
Differential Revision: https://reviews.llvm.org/D114297
More information about the All-commits
mailing list