-
Notifications
You must be signed in to change notification settings - Fork 273
Do not add ID_mode
to expressions and instead infer it from the function
#2138
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
romainbrenguier
added a commit
to romainbrenguier/cbmc
that referenced
this issue
May 1, 2018
Fixes: diffblue#2138 This passes the mode as an argument of these functions instead of trying to deduce it from the expression. This avoids creating symbols with empty mode which can lead to problems in later stages of the analysis.
romainbrenguier
added a commit
to romainbrenguier/cbmc
that referenced
this issue
May 1, 2018
Fixes: diffblue#2138 This passes the mode as an argument of these functions instead of trying to deduce it from the expression. This avoids creating symbols with empty mode which can lead to problems in later stages of the analysis.
romainbrenguier
added a commit
to romainbrenguier/cbmc
that referenced
this issue
May 1, 2018
Fixes: diffblue#2138 This passes the mode as an argument of these functions instead of trying to deduce it from the expression. This avoids creating symbols with empty mode which can lead to problems in later stages of the analysis.
romainbrenguier
added a commit
to romainbrenguier/cbmc
that referenced
this issue
May 2, 2018
Fixes: diffblue#2138 This passes the mode as an argument of these functions instead of trying to deduce it from the expression. This avoids creating symbols with empty mode which can lead to problems in later stages of the analysis.
kroening
pushed a commit
that referenced
this issue
May 3, 2018
Fixes: #2138 This passes the mode as an argument of these functions instead of trying to deduce it from the expression. This avoids creating symbols with empty mode which can lead to problems in later stages of the analysis.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This has been introduced in #2130 to fix recent breakage, but is a hack that seems wrong.
The text was updated successfully, but these errors were encountered: