[clang] [flang] [flang] Add -fcomplex-arithmetic= option and select complex division algorithm (PR #146641)
Tarun Prabhu via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 3 07:33:50 PDT 2025
================
@@ -484,6 +484,21 @@ static void parseCodeGenArgs(Fortran::frontend::CodeGenOptions &opts,
}
parseDoConcurrentMapping(opts, args, diags);
+
+ if (const auto *arg =
----------------
tarunprabhu wrote:
Could we use a concrete type instead of `auto` here?
https://github.com/llvm/llvm-project/pull/146641
More information about the cfe-commits
mailing list