mdtoguchi added inline comments.
================ Comment at: clang/include/clang/Driver/Options.td:1853 +def fcx_fortran_rules : Flag<["-"], "fcx-fortran-rules">, Group<f_Group>; +def fnocx_fortran_rules : Flag<["-"], "fnocx-fortran-rules">, Group<f_Group>; +def cx_rangeEQ : Joined<["-"], "fcx-range=">, Group<f_Group>, Flags<[CC1Option]>, ---------------- Typical negate syntax would use `-fno-cx-*` ================ Comment at: clang/lib/Driver/ToolChains/Clang.cpp:2958 FPContract = "fast"; + CxRangeArg = LangOptions::CX_NoNan; break; ---------------- Is there any need to disable any settings for `-fno-fast-math`? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D119290/new/ https://reviews.llvm.org/D119290 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits