[all-commits] [llvm/llvm-project] 07b9a4: [flang] Allow for deferred-length character in Est...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Feb 14 10:05:21 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 07b9a44515eba580ba181a5c84118fb31f80e80f
https://github.com/llvm/llvm-project/commit/07b9a44515eba580ba181a5c84118fb31f80e80f
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-02-14 (Mon, 14 Feb 2022)
Changed paths:
M flang/runtime/type-info.cpp
M flang/runtime/type-info.h
Log Message:
-----------
[flang] Allow for deferred-length character in EstablishDescriptor
When the runtime is initializing an instance of a derived type,
don't crash if an allocatable character component has deferred length.
Differential Revision: https://reviews.llvm.org/D119731
More information about the All-commits
mailing list