Skip to content

SMT2 back-end float to bit-vector conversion of multiply hangs #344

Closed
@martin-cs

Description

@martin-cs

Non-urgent, documented for completeness and so we don't forget rather than for an urgent fix.

$ cat path.c
#include <assert.h>

int main (void) {
float f;

    assert(f * f > 28);

    return 0;

}

$ cbmc path.c --smt2 --outfile -

Works with --fpa as well.

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