[flang-commits] [flang] [flang] Modifications to ieee_support_standard (PR #125967)

via flang-commits flang-commits at lists.llvm.org
Mon Feb 24 11:35:36 PST 2025


vdonaldson wrote:

> Since this commit, this Fujitsu test started failing on my aarch64 machine (printing "err")

The Fujitsu test behavior was intentional because `ieee_support_standard` depends on `ieee_support_halting`, which may return false on Arm. But the test call is in executable code, so it may be possible to change this the same way the halting control call can return `true` in runtime code. I'll take another look. Thanks for the pointer.

https://github.com/llvm/llvm-project/pull/125967


More information about the flang-commits mailing list