[flang-commits] [PATCH] D105046: [flang] Fix "non-advancing" I/O, support $ in FORMAT

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Mon Jun 28 11:43:03 PDT 2021


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

Non-advancing I/O was failing; ExternalFileUnit was losing
track of what writes had been committed to the file.  Fix.
Also, support the common extension of $ and \ in a FORMAT
as being equivalent to ADVANCE=NO.


https://reviews.llvm.org/D105046

Files:
  flang/runtime/connection.h
  flang/runtime/format-implementation.h
  flang/runtime/format.h
  flang/runtime/io-api.cpp
  flang/runtime/io-stmt.cpp
  flang/runtime/io-stmt.h
  flang/runtime/unit-map.cpp
  flang/runtime/unit.cpp
  flang/runtime/unit.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105046.354963.patch
Type: text/x-patch
Size: 10406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20210628/55b8431c/attachment-0001.bin>


More information about the flang-commits mailing list