[PATCH] D97119: [flang][driver] Add options for -std=f2018
Bryan Chan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 4 02:35:51 PST 2021
bryanpkc added a comment.
I agree with @richard.barton.arm that we could add `-std=` now, even if only for a subset of possible language standards. I expect that standard conformance checks would be quite pervasive, and it would be better to design the infrastructure for such checks earlier rather than try to retrofit them at a later stage when we have to start supporting f202x, etc.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97119/new/
https://reviews.llvm.org/D97119
More information about the cfe-commits
mailing list