-
Notifications
You must be signed in to change notification settings - Fork 273
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
Synchronise goto-cc command-line options to re-enable Windows regression tests #5572
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #5572 +/- ##
========================================
Coverage 69.31% 69.31%
========================================
Files 1241 1241
Lines 100407 100407
========================================
Hits 69596 69596
Misses 30811 30811
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
8c7a3c2
to
ea9b7c0
Compare
…ion tests object-bits was not supported by all of goto-cc's command-line front-end variants. While at it, also make other options consistently available.
ea9b7c0
to
774abc1
Compare
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.
I don't quite understand/remember why object-bits is required at all here. It should only have an influence on symbolic execution, but not appear in a goto-program. Going forward this should probably be cleaned up.
Agreed, goto-cc (or goto-gcc or goto-cl) should not have analysis options. |
@peterschrammel said:
@kroening said:
As of 531b856 (#5210) the C front-end needs to determine the value of |
|
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.
In principle, yes, but like others I have concerns about --object-bits
.
@kroening Any suggestions of what would be the cleanest way to do so? We could certainly generate an assignment in Edit: another option would be to introduce a function |
Closing in favour of #7858. |
object-bits was not supported by all of goto-cc's command-line front-end
variants. While at it, also make other options consistently available.