[flang-commits] [PATCH] D137030: [flang] Improve warning message

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Mon Oct 31 10:09:44 PDT 2022


klausler added a comment.

In D137030#3895792 <https://reviews.llvm.org/D137030#3895792>, @jeanPerier wrote:

> Evaluate/folding04.f90 still seems to fail after your patch update. It seems llvm buildbots run yield "overflow" errors and not "division by zero" errors in clog((0., 0.)) and others. Could it be a difference in what the underlying runtime math library is signaling when folding ?

I can make the test specific to x86, or I can make the error messages more generic ("floating-point exception") just to make the test pass.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137030/new/

https://reviews.llvm.org/D137030



More information about the flang-commits mailing list