-
Notifications
You must be signed in to change notification settings - Fork 273
goto-instrument: handling of VarArgs #934
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
Comments
@tautschnig FYI |
A workaround would be a feature that abstracts away (declare them as |
The hackiest and ugliest solution I can imagine would be something like:
|
The problem is still there. Functions with |
tautschnig
added a commit
to tautschnig/cbmc
that referenced
this issue
Jun 8, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be great if
goto-instrument
would be able to handle variable arguments and dump valid C code; example of a program that is not yet fully covered by the implementation:GCC
complains about when parsing the file that was produced by goto-instrument:clang
states that:The text was updated successfully, but these errors were encountered: