[clang] [Driver] Introduce ffp-model=aggressive (PR #100453)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 17 10:55:31 PDT 2024
================
@@ -2,13 +2,13 @@
// and other floating point options get a warning diagnostic.
//
-// RUN: %clang -### -ffp-model=fast -ffp-contract=off -c %s 2>&1 \
+// RUN: %clang -### -ffp-model=aggressive -ffp-contract=off -c %s 2>&1 \
----------------
MaskRay wrote:
It's still useful to test the behavior of `-ffp-model=fast -ffp-contract=off`
https://github.com/llvm/llvm-project/pull/100453
More information about the cfe-commits
mailing list