[all-commits] [llvm/llvm-project] b83242: [flang] Support legacy usage of 'A' edit descripto...

Peter Klausler via All-commits all-commits at lists.llvm.org
Fri Oct 22 16:04:56 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b83242e20e099c9cc4ba90a63abda8ba6e2f32d5
      https://github.com/llvm/llvm-project/commit/b83242e20e099c9cc4ba90a63abda8ba6e2f32d5
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2021-10-22 (Fri, 22 Oct 2021)

  Changed paths:
    M flang/runtime/edit-input.cpp
    M flang/runtime/edit-output.cpp
    M flang/unittests/Runtime/RuntimeCrashTest.cpp

  Log Message:
  -----------
  [flang] Support legacy usage of 'A' edit descriptors for integer & real

The 'A' edit descriptor once served as a form of raw I/O of bytes
to/from variables that weren't of type CHARACTER (which itself
didn't exist until F'77).  This usage was especially common for
output of numeric variables that had been initialized with Hollerith.

Differential Revision: https://reviews.llvm.org/D112346




More information about the All-commits mailing list