-
Notifications
You must be signed in to change notification settings - Fork 273
expr2bits needs to handle pointer case #4211
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test has a further problem (I should have noticed when reviewing...): it needs 's/#include <stddef.h>/#include <stdlib.h>/'. Then CI should be happy.
@tautschnig Yes, but that problem's a bug. I'll add the #include for this test, and will make a new one without. |
Follow up from #4211. The type of function symbols must get fixed once the function signature is known.
Follow up from #4211. The type of function symbols must get fixed once the function signature is known.
Follow up from #4211. The type of function symbols must get fixed once the function signature is known.
This fixes #4168. The pointer case was not handled.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✔️
Passed Diffblue compatibility checks (cbmc commit: 0c22c03).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/101218184
Follow up from #4211. The type of function symbols must get fixed once the function signature is known.
This fixes #4168. The pointer case was not handled.