-
Notifications
You must be signed in to change notification settings - Fork 63
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
What4 backends panic on proof goals involving 0-bit words #872
Comments
This, I think, is due to https://github.com/GaloisInc/saw-core/blob/94c8e51c509cb3379fec3a8710c442b8a2b6ae58/saw-core-what4/src/Verifier/SAW/Simulator/What4/FirstOrder.hs#L57 The case of 0-width bitvectors is translated to the What4 base type |
…backend. Fixes the root cause of GaloisInc/saw-script#872
…backend. Fixes the root cause of GaloisInc/saw-script#872
Pull in fix for #872 and add a test case
…backend. Fixes the root cause of GaloisInc/saw-script#872
This was fixed in GaloisInc/saw-core#196, which was included in the bump-submodules PR #1212. |
Goals with variables of type
[0]
are handled just fine by the SBV backends, but cause the what4 backends to panic:The text was updated successfully, but these errors were encountered: