[PATCH] D85363: [flang] Add options to control IMPLICIT NONE
Peter Klausler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 14:34:43 PDT 2020
klausler added a comment.
In D85363#2197824 <https://reviews.llvm.org/D85363#2197824>, @sscalpone wrote:
> The gfortran options is -fimplicit-none. It doesn't appear to have an inverse, but following the convention would be -fno-implicit-none. I think there is value using the same spelling for this option.
But -fno-implicit-none would mean "don't assume IMPLICIT NONE where it doesn't appear", not "ignore IMPLICIT NONE where it does appear." Not the same thing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85363/new/
https://reviews.llvm.org/D85363
More information about the llvm-commits
mailing list