You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
goto instrument should accept the command line argument and not instrument the binary with standard checks. Or the goto-instrument help should not include this option.
What happened instead:
goto-instrument prints a helpfile that includes "--no-standard-checks" as a valid option and then says Unknown option: --no-standard-checks
The problem is that this command line option is included in HELP_GOTO_CHECK, which is being imported to the help functions for cbmc, goto-analyzer, goto-diff and goto-instrument.
CBMC version: 6.4.1 (cbmc-6.4.1-66-g1e99418017)
Operating system: MacOS Sonoma
Exact command line resulting in the issue:
goto-instrument --no-standard-checks gotobinary1.gb gotobinary2.gb
What behaviour did you expect:
goto instrument should accept the command line argument and not instrument the binary with standard checks. Or the goto-instrument help should not include this option.
What happened instead:
goto-instrument prints a helpfile that includes
"--no-standard-checks"
as a valid option and then saysUnknown option: --no-standard-checks
The problem is that this command line option is included in HELP_GOTO_CHECK, which is being imported to the help functions for cbmc, goto-analyzer, goto-diff and goto-instrument.
But this is only handled by two of the option parsers:
The text was updated successfully, but these errors were encountered: