[PATCH] D83809: [flang] Implement anonymous units in the runtime

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 14 12:48:26 PDT 2020


klausler created this revision.
klausler added reviewers: sscalpone, tskeith, PeteSteinfeld.
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.

I/O from/to an unopened unit number needs to open &/or create
a "fort.$UNIT" file.

Fixes FCVS test fm401.f.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D83809

Files:
  flang/runtime/io-api.cpp
  flang/runtime/unit-map.h
  flang/runtime/unit.cpp
  flang/runtime/unit.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83809.277944.patch
Type: text/x-patch
Size: 6482 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200714/e83a40b1/attachment-0001.bin>


More information about the llvm-commits mailing list