[flang-commits] [PATCH] D118834: [flang] Debugging of ACCESS='STREAM' I/O
Peter Klausler via Phabricator via flang-commits
flang-commits at lists.llvm.org
Thu Feb 3 11:16:38 PST 2022
klausler added a comment.
In D118834#3294452 <https://reviews.llvm.org/D118834#3294452>, @Meinersbur wrote:
> Thanks for reverting. The stray `\r` makes me suspect something removed an `\n` but left over the second byte from Windows CRLF line endings.
>
> If needed, I can look for the problem on Windows.
The f18 runtime doesn't emit \r (yet). So I don't know from whence it came, if it did indeed come from the f18 runtime.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118834/new/
https://reviews.llvm.org/D118834
More information about the flang-commits
mailing list