[all-commits] [llvm/llvm-project] cdd54c: [flang][runtime] Catch decimal integer input overflow

Peter Klausler via All-commits all-commits at lists.llvm.org
Tue May 24 14:15:30 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cdd54cbdd937f7473e0ba065ecafc70742f3f1fd
      https://github.com/llvm/llvm-project/commit/cdd54cbdd937f7473e0ba065ecafc70742f3f1fd
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-05-24 (Tue, 24 May 2022)

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

  Log Message:
  -----------
  [flang][runtime] Catch decimal integer input overflow

B/O/Z input overflow is already caught, and real input overflow
is signalled as an IEEE arithmetic exception, but regular decimal
integer overflow was silent.

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




More information about the All-commits mailing list