Skip to content

assert false in CT extraction #202

Closed
@eponier

Description

@eponier

The following program

export fn main (reg u64 i) {
  stack u8[2] a;

  a[1] = i;
}

triggers

Fatal error: exception File "src/toEC.ml", line 380, characters 55-61: Assertion failed

when we call the extraction using jasminc test.jazz -CT -ec main. What seems important is that i is unknown.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions