[all-commits] [llvm/llvm-project] 934b27: [flang] Fix actual argument character length and l...

Peter Klausler via All-commits all-commits at lists.llvm.org
Mon Nov 2 13:39:46 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 934b27a9daf6cff8cb32d6e49eaf6ff8f69c7727
      https://github.com/llvm/llvm-project/commit/934b27a9daf6cff8cb32d6e49eaf6ff8f69c7727
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2020-11-02 (Mon, 02 Nov 2020)

  Changed paths:
    M flang/include/flang/Semantics/expression.h
    M flang/lib/Evaluate/characteristics.cpp
    M flang/lib/Semantics/expression.cpp

  Log Message:
  -----------
  [flang] Fix actual argument character length and length error reporting

Ensure that character length is properly calculated for
actual arguments to intrinsics, and that source provenance
information is available when expression analysis calls
folding in cases where the length is invalid.

Differential revision: https://reviews.llvm.org/D90636




More information about the All-commits mailing list