The rank from the allocate object might be different from the rank
from the mold expression. Use the rank from the allocate object
when applying to mold so the bounds can be set correctly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The code looks good, one issue with the LIT checks.
flang/test/Lower/allocatable-polymorphic.f90 | ||
---|---|---|
537 | This line should be removed too (the source environment dependent path length is leaking in the "79"). |
flang/test/Lower/allocatable-polymorphic.f90 | ||
---|---|---|
537 | Thanks for spotting this. |
This line should be removed too (the source environment dependent path length is leaking in the "79").