[all-commits] [llvm/llvm-project] a68612: [flang][runtime] Preserve effect of positioning in...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Apr 14 15:37:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a68612a964b43d8382a93bb36084b51f2add756f
https://github.com/llvm/llvm-project/commit/a68612a964b43d8382a93bb36084b51f2add756f
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-04-14 (Thu, 14 Apr 2022)
Changed paths:
M flang/runtime/io-stmt.cpp
Log Message:
-----------
[flang][runtime] Preserve effect of positioning in record in non-advancing output
When formatted non-advancing output ends in a control edit descriptor
like nX or Tn or TRn that effectively extends the record, fill any
gap with explicit blanks at the completion of the WRITE.
Differential Revision: https://reviews.llvm.org/D123716
More information about the All-commits
mailing list