[flang-commits] [PATCH] D88689: [flang] Track CHARACTER length better in TypeAndShape

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Thu Oct 1 11:49:16 PDT 2020


klausler created this revision.
klausler added a reviewer: jeanPerier.
klausler added a project: Flang.
Herald added a reviewer: jdoerfert.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
klausler requested review of this revision.

CHARACTER length expressions were not always being
captured or computed as part of procedure "characteristics",
leading to test failures due to an inability to compute
memory size expressions accurately.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D88689

Files:
  flang/include/flang/Evaluate/characteristics.h
  flang/lib/Evaluate/characteristics.cpp
  flang/lib/Evaluate/shape.cpp
  flang/lib/Semantics/check-call.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88689.295639.patch
Type: text/x-patch
Size: 9347 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20201001/f8189949/attachment-0001.bin>


More information about the flang-commits mailing list