[PATCH] D96344: [flang][driver] Add options for -fdefault* and -flarge-sizes
Arnamoy B via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 11 14:29:07 PST 2021
arnamoy10 added inline comments.
================
Comment at: flang/lib/Frontend/CompilerInvocation.cpp:261
+ diags.getCustomDiagID(clang::DiagnosticsEngine::Error,
+ "Use of `-fdefault-double-8` requires `-fdefault-real-8`");
+ diags.Report(diagID);
----------------
awarzynski wrote:
> Is this requirement document anywhere?
Just found out through running `gfortran`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96344/new/
https://reviews.llvm.org/D96344
More information about the cfe-commits
mailing list