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

FP: Push triggers "bit-vector size must be greater than zero" #6336

Closed
aniemetz opened this issue Sep 9, 2022 · 0 comments · Fixed by #6968
Closed

FP: Push triggers "bit-vector size must be greater than zero" #6336

aniemetz opened this issue Sep 9, 2022 · 0 comments · Fixed by #6968

Comments

@aniemetz
Copy link

aniemetz commented Sep 9, 2022

660bdc3 (on Linux)

(declare-const x RoundingMode)
(assert (fp.lt (fp (_ bv0 1) (_ bv0 11) (_ bv0 52)) (fp (bvlshr (_ bv0 1) ((_ fp.to_sbv 1) x (fp (_ bv0 1) (_ bv0 11) (_ bv0 52)))) (_ bv0 11) (bvlshr (_ bv0 52) (_ bv0 52)))))
(push)

Configured default, called without additional options, triggers

(error "line 3 column 5: bit-vector size must be greater than zero")
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

Successfully merging a pull request may close this issue.

1 participant