diff options
author | Peter Klausler <pklausler@nvidia.com> | 2025-09-17 09:15:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-17 09:15:57 -0700 |
commit | deb2861b07e503b729b854edbffdeae7cd4a1aa6 (patch) | |
tree | 1a708f5034329cd559b372b1d941d90088b85ffe /llvm/lib/CodeGen/LiveDebugVariables.cpp | |
parent | 8fb02fae9957e828e91b4844bc7514fb319ec5d9 (diff) | |
download | llvm-deb2861b07e503b729b854edbffdeae7cd4a1aa6.zip llvm-deb2861b07e503b729b854edbffdeae7cd4a1aa6.tar.gz llvm-deb2861b07e503b729b854edbffdeae7cd4a1aa6.tar.bz2 |
[flang] Allow for equivalent types in non-TBP defined I/O (#158755)
Non-extensible derived type -- those with SEQUENCE or BIND(C) -- are
allowed as monomorphic "dtv" dummy arguments to defined I/O subroutines.
Fortran's type rules admit structural equivalence for these types, and
it's possible that I/O might be attempted in a scope using a
non-extensible type that's equivalent to a non-type-bound generic
interface's specific procedure's "dtv" dummy argument's type, but not
defined in the same place.
Fixes https://github.com/llvm/llvm-project/issues/158673.
This is an IBM Fortran test case that doesn't need to be duplicated in
LLVM.
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
0 files changed, 0 insertions, 0 deletions