[all-commits] [llvm/llvm-project] f6026f: [flang] Compare component types In AreSameComponent()
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Jul 21 12:02:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f6026f65be7113953c72720182562c3d67d2312e
https://github.com/llvm/llvm-project/commit/f6026f65be7113953c72720182562c3d67d2312e
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-07-21 (Fri, 21 Jul 2023)
Changed paths:
M flang/lib/Evaluate/type.cpp
A flang/test/Semantics/generic05.f90
Log Message:
-----------
[flang] Compare component types In AreSameComponent()
The subroutine AreSameComponent() of the predicate AreSameDerivedType()
had a TODO about checking component types that needed completion in order
to properly detect that two specific procedures of a generic are
distinguishable in the llvm-test-suite/Fortran/gfortran/regression
test import7.f90.
Differential Revision: https://reviews.llvm.org/D155962
More information about the All-commits
mailing list