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

Fix bv_typet SMT2 parse bug #3119

Closed
wants to merge 1 commit into from
Closed

Fix bv_typet SMT2 parse bug #3119

wants to merge 1 commit into from

Conversation

pkesseli
Copy link
Contributor

@pkesseli pkesseli commented Oct 8, 2018

bv_typet is not supported by numeric_cast_v, causing multiple issues
in smt2_conv.cpp. This fix removes inappropriate use of bv_typet
and ID_bv.

This fix is tested in: #3120

`bv_typet` is not supported by `numeric_cast_v`, causing multiple issues
in `smt2_conv.cpp`.  This fix removes inappropriate use of `bv_typet`
and `ID_bv`.
Copy link
Contributor

@allredj allredj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR failed Diffblue compatibility checks (cbmc commit: 3a9fab6).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/87186900
Status will be re-evaluated on next push.
Please contact @peterschrammel, @thk123, or @allredj for support.

Common spurious failures:

  • the cbmc commit has disappeared in the mean time (e.g. in a force-push)
  • the author is not in the list of contributors (e.g. first-time contributors).

pkesseli added a commit that referenced this pull request Oct 12, 2018
Temporary quick-fix for `fastsynth` users. Fixed in:
#3119
@kroening
Copy link
Member

kroening commented Nov 6, 2018

#3284 has this plus the tests!

@tautschnig
Copy link
Collaborator

Superseded by #3284.

@tautschnig tautschnig closed this Nov 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants