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

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 10 12:19:51 PDT 2020


klausler added a comment.

A structure constructor can contain a "parent component" as a nested structure constructor (`child(parent=parent(a=1),b=2)`) , or it can name the components of the parent component directly (`child(a=1,b=2)`).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87151/new/

https://reviews.llvm.org/D87151



More information about the llvm-commits mailing list