Issue 178020
Summary [flang][flang-rt] Implement Parameterized Derived Types with LEN type parameter
Labels flang
Assignees
Reporter tmjbios
    There are quite a large number of production codes which require LEN type parameters, so I've started digging into a implementation for PDTs as described in the [PDT](https://github.com/llvm/llvm-project/blob/main/flang/docs/ParameterizedDerivedTypes.md) document.

I implemented the "inlined" solution to get familiar with the Descriptor and DescriptorAddendum somewhat, and have now started looking at the preferred "outlined" solution.

If no one else is working on this, I'm going to continue my efforts. It doesn't appear as if [the Flang project tracker](https://github.com/orgs/llvm/projects/12/views/1) is in use, so I'm unsure where to log/announce that I'm working on this other than in Issues.

Feel free to "assign" this issue to me - assuming no one else has an in-progress solution. I didn't see anything with a cursory search, hence this Issue.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to