This fixes LEN inquiry on array constructors where the length
expression includes references to the ac-do-variable.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D150149
[flang] Prevent character length setting with dangling ac-do-variable. ClosedPublic Authored by vzakhari on May 8 2023, 3:40 PM.
Details Summary This fixes LEN inquiry on array constructors where the length
Diff Detail
Event Timelinevzakhari added a child revision: D150150: [flang] Added missing type cast for the implied-do index..May 8 2023, 3:42 PM This revision is now accepted and ready to land.May 8 2023, 3:43 PM Closed by commit rGc8b50b860068: [flang] Prevent character length setting with dangling ac-do-variable. (authored by vzakhari). · Explain WhyMay 8 2023, 4:57 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 520523 flang/lib/Semantics/expression.cpp
flang/test/Evaluate/rewrite01.f90
|