[PATCH] D86172: [flang] Fix assert on constant folding of extended types
Pete Steinfeld via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 18 16:48:41 PDT 2020
PeteSteinfeld added a comment.
In D86172#2224937 <https://reviews.llvm.org/D86172#2224937>, @klausler wrote:
> Be advised, there is indeed a "parent component" in every derived type that extends another, and it can be used as if the parent type were a component in the type that extends it. Structure constructors must allow for this (C798).
Thanks for the pointer. I'll take a look and make sure that I cover that parent component both in tests and implementation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86172/new/
https://reviews.llvm.org/D86172
More information about the llvm-commits
mailing list