[flang-commits] [clang] [flang] [llvm] [flang][flang-rt] Add -ffpe-trap= to set the initial FP exception halting mode (PR #208828)
Tarun Prabhu via flang-commits
flang-commits at lists.llvm.org
Wed Jul 22 07:33:04 PDT 2026
================
----------------
tarunprabhu wrote:
Please add a test for the default behavior i.e. when -ffpe-trap is not specified.
In general, you want to pass the minimum number of options to the driver that test the behavior that you are interested in. If you are passing `-###`, you are instructing clang to generate the command lines, but not really execute them. In this case, you may not need `-fsyntax-only`.
https://github.com/llvm/llvm-project/pull/208828
More information about the flang-commits
mailing list