[all-commits] [llvm/llvm-project] 8b5b38: [flang] Revert new unintended runtime behavior
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Oct 28 14:44:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b5b38eb2487d86f9b9854d69a58657192ec2ca4
https://github.com/llvm/llvm-project/commit/8b5b38eb2487d86f9b9854d69a58657192ec2ca4
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2021-10-28 (Thu, 28 Oct 2021)
Changed paths:
M flang/runtime/unit.cpp
Log Message:
-----------
[flang] Revert new unintended runtime behavior
A recent change caused some variable-length sequential formatted
output statements with record positioning at the end of a FORMAT
(e.g., FORMAT('hi',10X) to append blanks at the end of the completed
record when emitting it.
Differential Revision: https://reviews.llvm.org/D112742
More information about the All-commits
mailing list