Semantics can catch out-of-range subscript values already when they
appear in DATA statement objects and constant folding of name constant
array indexing; this patch fills the gap by checking known constant
subscript values in other contexts.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo