Files
clang-p2996/flang/lib/Semantics/expression.cpp
Peter Klausler 10cc4a5fab [flang] More support for anonymous parent components in struct constr… (#102642)
…uctors

A non-conforming extension to Fortran present in a couple other
compilers is allowing a anonymous component in a structure constructor
to initialize a parent (or greater ancestor) component. This was working
in this compiler only for direct parents, and only when the type was not
use-associated.

Fixes https://github.com/llvm/llvm-project/issues/102557.
2024-08-20 12:02:52 -07:00

184 KiB