-
Notifications
You must be signed in to change notification settings - Fork 273
Compiling assert(expr) yields redundant if #755
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
Labels
Comments
It might actually not be a change in our code base. Doing
whereas recent ones have:
|
For the record: this is due to 6129d36. I'm working on a workaround. |
tautschnig
added a commit
to tautschnig/cbmc
that referenced
this issue
Jun 8, 2017
tautschnig
added a commit
to tautschnig/cbmc
that referenced
this issue
Jan 9, 2018
hannes-steffenhagen-diffblue
pushed a commit
to hannes-steffenhagen-diffblue/cbmc
that referenced
this issue
Jan 16, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I haven't yet done any bisect, but just noticed that
assert(expr)
now yields both an assert instruction as well as an if:This is on OS X, but the original observation was triggered on Linux.
The text was updated successfully, but these errors were encountered: