[PATCH] D86322: [flang] Fix bug accessing implicit variable in specification expression

Tim Keith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 22 10:03:05 PDT 2020


tskeith updated this revision to Diff 287200.
tskeith marked 5 inline comments as done.
tskeith added a comment.

- Handle IMPLICIT NONE in host procedure


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86322

Files:
  flang/include/flang/Parser/tools.h
  flang/include/flang/Semantics/symbol.h
  flang/include/flang/Semantics/tools.h
  flang/lib/Semantics/check-declarations.cpp
  flang/lib/Semantics/compute-offsets.cpp
  flang/lib/Semantics/expression.cpp
  flang/lib/Semantics/resolve-names.cpp
  flang/lib/Semantics/tools.cpp
  flang/test/Semantics/block-data01.f90
  flang/test/Semantics/implicit11.f90
  flang/test/Semantics/modfile21.f90
  flang/test/Semantics/resolve42.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86322.287200.patch
Type: text/x-patch
Size: 29064 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200822/dfd85984/attachment.bin>


More information about the llvm-commits mailing list