Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Ty.RoundFpToDynBv Bug #18

@jkwoods

Description

@jkwoods

Code that casts from a double/float, like this:

int main(void) {
   int r = (int) 4.2;
   return(r);
}

is "checked" correctly, and will pass tests, but will not compile to constraints.

Error here: "Cannot translate RoundFpToDynBv <expression...>'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions