[all-commits] [llvm/llvm-project] 7763c0: [flang] Accept pointer assignment w/ remapping to ...

Peter Klausler via All-commits all-commits at lists.llvm.org
Tue Feb 15 09:39:50 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7763c01401482bc93cac768623a2b6eaf8476637
      https://github.com/llvm/llvm-project/commit/7763c01401482bc93cac768623a2b6eaf8476637
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-02-15 (Tue, 15 Feb 2022)

  Changed paths:
    M flang/include/flang/Evaluate/characteristics.h
    M flang/lib/Evaluate/characteristics.cpp
    M flang/lib/Semantics/pointer-assignment.cpp
    M flang/test/Semantics/assign03.f90

  Log Message:
  -----------
  [flang] Accept pointer assignment w/ remapping to function result

When a pointer assignment with bounds remapping has a function
reference as its right-hand side, don't check for array conformance.

Differential Revision: https://reviews.llvm.org/D119845




More information about the All-commits mailing list