[PATCH] D86172: [flang] Fix assert on constant folding of extended types

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 15:11:43 PDT 2020


klausler added a comment.

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).


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