UBOUND() is not allowed on the last dimension of an
assumed-size array dummy argument.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D95831
[flang] Detect UBOUND() error on assumed-size array ClosedPublic Authored by klausler on Feb 1 2021, 3:28 PM.
Details Summary UBOUND() is not allowed on the last dimension of an
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 1 2021, 4:40 PM Closed by commit rGdc6fadf70828: [flang] Detect UBOUND() error on assumed-size array (authored by klausler). · Explain WhyFeb 2 2021, 11:38 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 320866 flang/lib/Evaluate/fold-integer.cpp
flang/test/Evaluate/folding19.f90
flang/test/Semantics/spec-expr.f90
|