-
Notifications
You must be signed in to change notification settings - Fork 273
[QUESTION] Conversion Error #8308
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
We currently only recognise |
In the meantime, as a workaround, may I suggest you write the code as plain C code, as opposed to C++ code. Your program doesn't have any C++ in it, and it will avoid triggering the error. |
@kroening Thank you for your reply. In addition, I have another question: Does CBMC support gmp large number arithmetic library? |
No, but it has its own built-in unbounded integer, arbitrary-width integer, fixed-point and floating-point types. |
Visual Studio C++ recognises __nullptr. https://learn.microsoft.com/en-us/cpp/extensions/nullptr-cpp-component-extensions?view=msvc-170 Fixes #8308
The above is the ERROR I encountered, while the below is my source program. As you can see, I want to use CBMC to generate the SMT formula corresponding to my C code, but I encounter CONVERSION ERROR, I want to know the specific reason?
The text was updated successfully, but these errors were encountered: