[all-commits] [llvm/llvm-project] 885b90: [flang] Pad output correctly after tabbing with AD...

Peter Klausler via All-commits all-commits at lists.llvm.org
Mon Jun 5 15:36:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 885b904a70651207c655a2e5732be63fc500cbd5
      https://github.com/llvm/llvm-project/commit/885b904a70651207c655a2e5732be63fc500cbd5
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2023-06-05 (Mon, 05 Jun 2023)

  Changed paths:
    M flang/runtime/io-stmt.cpp

  Log Message:
  -----------
  [flang] Pad output correctly after tabbing with ADVANCE='no' (bug#63111)

Correct the code that implements the production of spaces to bring the
furthestPositionInRecord up to a positionInRecord that was tabbed forward
by a T or TR control edit descriptor.

Fixes bug https://github.com/llvm/llvm-project/issues/63111.

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




More information about the All-commits mailing list