[all-commits] [llvm/llvm-project] 78d59a: [flang] Warn about overflow from folding complex A...

Peter Klausler via All-commits all-commits at lists.llvm.org
Sat Oct 29 16:07:22 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 78d59a6500df1811e99b9413d09c3163b08c693e
      https://github.com/llvm/llvm-project/commit/78d59a6500df1811e99b9413d09c3163b08c693e
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-10-29 (Sat, 29 Oct 2022)

  Changed paths:
    M flang/lib/Evaluate/fold-real.cpp
    M flang/test/Evaluate/errors01.f90

  Log Message:
  -----------
  [flang] Warn about overflow from folding complex ABS()

Emit a warning when the result of folding a call to
ABS() with a complex argument results in an overflow.

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




More information about the All-commits mailing list