It was only handling scalars; change to iterate over all array elements.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D145752
[flang][runtime] Iterate over array elements in user-defined derived type I/O ClosedPublic Authored by klausler on Mar 9 2023, 4:38 PM.
Details Summary It was only handling scalars; change to iterate over all array elements.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 10 2023, 12:13 AM Closed by commit rGf19c46d431f7: [flang][runtime] Iterate over array elements in user-defined derived type I/O (authored by klausler). · Explain WhyMar 10 2023, 10:25 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 504211 flang/runtime/descriptor-io.h
flang/runtime/descriptor-io.cpp
|