[flang-commits] [PATCH] D101931: [flang] Implement NAMELIST I/O in the runtime

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed May 5 11:39:32 PDT 2021


klausler created this revision.
klausler added a reviewer: PeteSteinfeld.
klausler added a project: Flang.
Herald added subscribers: mehdi_amini, jdoerfert, mgorny.
Herald added a reviewer: sscalpone.
klausler requested review of this revision.

Add InputNamelist and OutputNamelist as I/O data transfer APIs
to be used with internal & external list-directed I/O; delete the
needless original namelist-specific Begin... calls.
Implement NAMELIST output and input; add basic tests.


https://reviews.llvm.org/D101931

Files:
  flang/include/flang/ISO_Fortran_binding.h
  flang/lib/Lower/IO.cpp
  flang/lib/Lower/RTBuilder.h
  flang/runtime/CMakeLists.txt
  flang/runtime/connection.cpp
  flang/runtime/connection.h
  flang/runtime/descriptor-io.h
  flang/runtime/descriptor.cpp
  flang/runtime/descriptor.h
  flang/runtime/edit-input.cpp
  flang/runtime/edit-output.cpp
  flang/runtime/format.h
  flang/runtime/io-api.cpp
  flang/runtime/io-api.h
  flang/runtime/io-stmt.cpp
  flang/runtime/io-stmt.h
  flang/runtime/namelist.cpp
  flang/runtime/namelist.h
  flang/runtime/unit.cpp
  flang/unittests/RuntimeGTest/CMakeLists.txt
  flang/unittests/RuntimeGTest/Namelist.cpp
  flang/unittests/RuntimeGTest/NumericalFormatTest.cpp
  flang/unittests/RuntimeGTest/tools.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101931.343125.patch
Type: text/x-patch
Size: 60289 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20210505/c25cef11/attachment-0001.bin>


More information about the flang-commits mailing list