[PATCH] D91560: [flang] Duplicate names for ac-implied-do variables erroneously cause errors

Tim Keith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 12:25:13 PST 2020


tskeith accepted this revision.
tskeith added inline comments.
This revision is now accepted and ready to land.


================
Comment at: flang/lib/Semantics/resolve-names.cpp:4999
+// Section 19.4, paragraph 5 says that each ac-do-variable has the scope of the
+// enclocing ac-impled-do
 bool ConstructVisitor::Pre(const parser::AcImpliedDo &x) {
----------------
klausler wrote:
> enclosing
> 
> ac-implied-do
enclosing


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91560/new/

https://reviews.llvm.org/D91560



More information about the llvm-commits mailing list