================
@@ -1424,6 +1424,10 @@ static bool parseFloatingPointArgs(CompilerInvocation
&invoc,
opts.setFPContractMode(Fortran::common::LangOptions::FPM_Fast);
}
+ if (args.hasArg(clang::driver::options::OPT_ffast_real_mod)) {
----------------
tarunprabhu wrote:
nit: The braces here aren't necessary.
https://github.com/llvm/llvm-project/pull/160660
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits