[all-commits] [llvm/llvm-project] 59f69a: [flang] Ensure component attributes affect charact...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Oct 16 14:45:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 59f69a38ad375bc2ae53f9c6e0331eb222247957
https://github.com/llvm/llvm-project/commit/59f69a38ad375bc2ae53f9c6e0331eb222247957
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed paths:
M flang/include/flang/Evaluate/characteristics.h
Log Message:
-----------
[flang] Ensure component attributes affect characteristics (#67465)
A recent fix causes the TypeAndShape::Characterize() member function
templates for general expressions and designators to avoid using the
Characterize() member function for Symbols when the argument is a whole
component. This caused the corank of a component to no longer be
reflected in the returned TypeAndShape characteristics. Fix the
regression.
More information about the All-commits
mailing list