[all-commits] [llvm/llvm-project] e6873b: [flang][runtime] Don't skip input spaces when they...

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu Apr 14 21:31:04 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e6873bfbcd356c6aeb0e0bc165326f9fc8f02cbd
      https://github.com/llvm/llvm-project/commit/e6873bfbcd356c6aeb0e0bc165326f9fc8f02cbd
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-04-14 (Thu, 14 Apr 2022)

  Changed paths:
    M flang/include/flang/Runtime/iostat.h
    M flang/runtime/edit-input.cpp
    M flang/runtime/io-stmt.h
    M flang/runtime/iostat.cpp
    M flang/unittests/Runtime/NumericalFormatTest.cpp

  Log Message:
  -----------
  [flang][runtime] Don't skip input spaces when they are significant

When formatted input (not list-directed or NAMELIST) is in "BZ" mode,
either because a BZ control edit descriptor appeared in a FORMAT or
BLANK="ZERO" appeared in OPEN or READ, input editing must not skip
over blanks before or within the input field.

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




More information about the All-commits mailing list