[all-commits] [llvm/llvm-project] 35cabd: [flang] Support fixed-width input field truncation...

Peter Klausler via All-commits all-commits at lists.llvm.org
Wed Jul 30 11:42:36 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 35cabd69e694a2ba326f406f38b93a21d6c26108
      https://github.com/llvm/llvm-project/commit/35cabd69e694a2ba326f406f38b93a21d6c26108
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2025-07-30 (Wed, 30 Jul 2025)

  Changed paths:
    M flang-rt/include/flang-rt/runtime/format.h
    M flang-rt/lib/runtime/edit-input.cpp
    M flang-rt/lib/runtime/io-stmt.cpp
    M flang-rt/lib/runtime/namelist.cpp
    M flang-rt/unittests/Runtime/CMakeLists.txt
    A flang-rt/unittests/Runtime/InputExtensions.cpp
    M flang/docs/Extensions.md

  Log Message:
  -----------
  [flang] Support fixed-width input field truncation for LOGICAL (#151203)

As a common extension, we support the truncation of fixed-width fields
for non-list-directed input editing when a separator character (',' or
';' depending on DECIMAL='POINT' or 'COMMA' resp.) appears in the field.
This isn't working for L input editing; fix.

(The bug reports a failure with DC mode, but it doesn't work with a
comma either.)

Fixes https://github.com/llvm/llvm-project/issues/151178.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list