[all-commits] [llvm/llvm-project] c13f7e: [flang][runtime] Allow already-documented missing ...

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu Nov 30 12:52:13 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c13f7e17409b6fed29696c2bbe59efc3af3a408b
      https://github.com/llvm/llvm-project/commit/c13f7e17409b6fed29696c2bbe59efc3af3a408b
  Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
  Date:   2023-11-30 (Thu, 30 Nov 2023)

  Changed paths:
    M flang/runtime/format-implementation.h
    M flang/unittests/Runtime/Format.cpp

  Log Message:
  -----------
  [flang][runtime] Allow already-documented missing 'w' on edit descriptor (#72901)

As already documented in flang/docs/Extensions.md and implemented in the
compilation-time format validator, we want to support at execution time
the Intel (and presumably also Fujitsu) extension of allowing a missing
width on an edit descriptor in a formatted I/O statement.

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




More information about the All-commits mailing list