[flang-commits] [PATCH] D88672: [flang] Add checks for misuse of formatted I/O APIs in unformatted I/O statement

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Thu Oct 1 09:35:52 PDT 2020


klausler created this revision.
klausler added a reviewer: PeteSteinfeld.
klausler added a project: Flang.
Herald added a reviewer: jdoerfert.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
klausler requested review of this revision.

Add checking to I/O statement APIs to catch cases where the formatted
I/O data item transfer routines like OutputInteger64 are being
incorrectly used for unformatted I/O, which should use the
unformatted block or descriptor-based data item interfaces.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D88672

Files:
  flang/runtime/io-api.cpp
  flang/runtime/io-api.h
  flang/runtime/io-stmt.h
  flang/runtime/type-code.cpp
  flang/runtime/unit.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88672.295600.patch
Type: text/x-patch
Size: 11392 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20201001/fd17d65a/attachment.bin>


More information about the flang-commits mailing list