[PATCH] D84370: [flang] Add runtime I/O APIs for COMPLEX formatted input
Peter Klausler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 22 17:02:32 PDT 2020
klausler created this revision.
klausler added reviewers: sscalpone, schweitz.
klausler added a project: Flang.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: DavidTruby.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
It turns out that COMPLEX formatted input needs its own runtime APIs
so that null values in list-directed input skip the entire COMPLEX
datum rather than just a real or imaginary part thereof.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D84370
Files:
flang/runtime/edit-input.cpp
flang/runtime/io-api.cpp
flang/runtime/io-api.h
flang/runtime/io-stmt.cpp
flang/unittests/Runtime/hello.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84370.279973.patch
Type: text/x-patch
Size: 8937 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200723/298cbe87/attachment.bin>
More information about the llvm-commits
mailing list