[all-commits] [llvm/llvm-project] de026a: [flang] Raise FP exceptions from runtime conversio...

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu Apr 14 14:52:54 PDT 2022


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

  Changed paths:
    M flang/runtime/edit-input.cpp

  Log Message:
  -----------
  [flang] Raise FP exceptions from runtime conversion to binary

Formatted READs of REAL should convert the exception flags from
the decimal-to-binary conversion library into real runtime FP
exceptions so that they at least show up in the termination message
of a STOP statement.

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




More information about the All-commits mailing list