-
Notifications
You must be signed in to change notification settings - Fork 274
Running goto-cc
followed by cbmc
with different values for --object-bits
only causes a warning.
#5443
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
I’m closing this issue because rather than printing a warning we should remove the |
So where is the ticket/issue for removing the |
tautschnig
added a commit
to tautschnig/cbmc
that referenced
this issue
Aug 18, 2023
Support choosing the number of object bits to be used by CBMC at runtime even with pre-compiled goto binaries. Equally, permit re-setting the malloc failure mode via --malloc-may-fail. Fixes: diffblue#5443
tautschnig
added a commit
to tautschnig/cbmc
that referenced
this issue
Aug 21, 2023
Support choosing the number of object bits to be used by CBMC at runtime even with pre-compiled goto binaries. Fixes: diffblue#5443 fixup! Permit re-setting --object-bits and malloc failure mode
tautschnig
added a commit
to tautschnig/cbmc
that referenced
this issue
Aug 21, 2023
Support choosing the number of object bits to be used by CBMC at runtime even with pre-compiled goto binaries. Fixes: diffblue#5443 fixup! Permit re-setting --object-bits and malloc failure mode
tautschnig
added a commit
to tautschnig/cbmc
that referenced
this issue
Aug 29, 2023
Support choosing the number of object bits to be used by CBMC at runtime even with pre-compiled goto binaries. Update the goto-cc section in the CPROVER manual to remove any documentation of object-bits (it remains documented in the "Memory and pointers in CBMC" section). Fixes: diffblue#5443
tautschnig
added a commit
to tautschnig/cbmc
that referenced
this issue
Nov 16, 2023
Support choosing the number of object bits to be used by CBMC at runtime even with pre-compiled goto binaries. Update the goto-cc section in the CPROVER manual to remove any documentation of object-bits (it remains documented in the "Memory and pointers in CBMC" section). Fixes: diffblue#5443
tautschnig
added a commit
to tautschnig/cbmc
that referenced
this issue
Nov 20, 2023
Support choosing the number of object bits to be used by CBMC at runtime even with pre-compiled goto binaries. Update the goto-cc section in the CPROVER manual to remove any documentation of object-bits (it remains documented in the "Memory and pointers in CBMC" section). Fixes: diffblue#5443
tautschnig
added a commit
to tautschnig/cbmc
that referenced
this issue
Dec 13, 2023
Support choosing the number of object bits to be used by CBMC at runtime even with pre-compiled goto binaries. Update the goto-cc section in the CPROVER manual to remove any documentation of object-bits (it remains documented in the "Memory and pointers in CBMC" section). Fixes: diffblue#5443
tautschnig
added a commit
to tautschnig/cbmc
that referenced
this issue
Dec 13, 2023
Support choosing the number of object bits to be used by CBMC at runtime even with pre-compiled goto binaries. Update the goto-cc section in the CPROVER manual to remove any documentation of object-bits (it remains documented in the "Memory and pointers in CBMC" section). Fixes: diffblue#5443
tautschnig
added a commit
to tautschnig/cbmc
that referenced
this issue
Dec 14, 2023
Support choosing the number of object bits to be used by CBMC at runtime even with pre-compiled goto binaries. Update the goto-cc section in the CPROVER manual to remove any documentation of object-bits (it remains documented in the "Memory and pointers in CBMC" section). Fixes: diffblue#5443
tautschnig
added a commit
to tautschnig/cbmc
that referenced
this issue
Feb 13, 2024
Support choosing the number of object bits to be used by CBMC at runtime even with pre-compiled goto binaries. Update the goto-cc section in the CPROVER manual to remove any documentation of object-bits (it remains documented in the "Memory and pointers in CBMC" section). Fixes: diffblue#5443
tautschnig
added a commit
to tautschnig/cbmc
that referenced
this issue
Feb 14, 2024
Support choosing the number of object bits to be used by CBMC at runtime even with pre-compiled goto binaries. Update the goto-cc section in the CPROVER manual to remove any documentation of object-bits (it remains documented in the "Memory and pointers in CBMC" section). Fixes: diffblue#5443
tautschnig
added a commit
to tautschnig/cbmc
that referenced
this issue
Apr 23, 2024
Support choosing the number of object bits to be used by CBMC at runtime even with pre-compiled goto binaries. Update the goto-cc section in the CPROVER manual to remove any documentation of object-bits (it remains documented in the "Memory and pointers in CBMC" section). Fixes: diffblue#5443
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
goto-cc
followed bycbmc
with different values for--object-bits
only causes a warning. This should really be an error rather than a warning. This option was added togoto-cc
as part of this PR - #5440 , in order to address issue - #5272Example -
The text was updated successfully, but these errors were encountered: