Skip to content

ASR Bug: ExplicitDeallocate.vars is not a symbol * #1492

Open
@rebcabin

Description

@rebcabin

This tripped up my abstract-evaluator:

The ASR spec says:

;; | ExplicitDeallocate(symbol* vars)

but the reality is that vars is a vector of even length: [<stid> <symbol>, ...], where stid is an integer global symbol-table id:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    asrASR related changesbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions