Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assertion violation at ../src/ast/fpa/fpa2bv_converter.cpp #5993

Closed
altinal opened this issue Apr 22, 2022 · 0 comments
Closed

Assertion violation at ../src/ast/fpa/fpa2bv_converter.cpp #5993

altinal opened this issue Apr 22, 2022 · 0 comments

Comments

@altinal
Copy link

altinal commented Apr 22, 2022

For 81189d6

(set-logic FP)

(declare-const a32 Float32)
(declare-const b32 Float32)
(declare-const rm RoundingMode)

(assert (fp.isNormal (fp.fma rm a32 a32 b32)))

(check-sat)

triggers:

$ z3 x.smt2
ASSERTION VIOLATION
File: ../src/ast/fpa/fpa2bv_converter.cpp
Line: 119
UNEXPECTED CODE WAS REACHED.
Z3 4.8.16.0
Please file an issue with this message and more detail about how 
you encountered it at https://github.com/Z3Prover/z3/issues/new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant