================
@@ -1,5 +1,7 @@
+! RUN: %flang -ffast-real-mod -### -c %s 2>&1 | FileCheck %s -check-prefix 
CHECK-FAST-REAL-MOD
 ! RUN: %flang -fno-fast-real-mod -### -c %s 2>&1 | FileCheck %s -check-prefix 
CHECK-NO-FAST-REAL-MOD
----------------
tarunprabhu wrote:

It may be a good idea to add tests that check what happens when both 
`-ffast-real-mod` and `-fno-fast-real-mod` appear on the command line. The last 
to appear should "win".

Since these are related to `ffast-math`, it may be good to check that they work 
as expected in the presence of `-ffast-math`

https://github.com/llvm/llvm-project/pull/167118
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to