[PATCH] D127207: [flang][driver] Fix support for `-x`
Emil Kieri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 7 11:54:22 PDT 2022
ekieri added inline comments.
================
Comment at: flang/lib/Frontend/CompilerInvocation.cpp:268
+ // pre-processed inputs.
+ .Case("f95", Language::Fortran)
+ .Case("f95-cpp-input", Language::Fortran)
----------------
Is there a reason to change from "f90" to "f95"? In my understanding, "f90" is more idiomatic for free-form fortran of any standard >= 90.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127207/new/
https://reviews.llvm.org/D127207
More information about the cfe-commits
mailing list