-
Notifications
You must be signed in to change notification settings - Fork 277
Goto gcc bugfixes and extensions #36
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
Merged
kroening
merged 11 commits into
diffblue:master
from
tautschnig:goto-gcc-bugfixes-extensions
May 18, 2016
Merged
Goto gcc bugfixes and extensions #36
kroening
merged 11 commits into
diffblue:master
from
tautschnig:goto-gcc-bugfixes-extensions
May 18, 2016
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e456954
to
0e7ca57
Compare
21d616b
to
dfa167e
Compare
dfa167e
to
c357246
Compare
c357246
to
5793601
Compare
Supports, e.g., x86_64-apple-darwin14-llvm-gcc-4.2 when invoked as x86_64-apple-darwin14-llvm-goto-gcc-4.2 cr https://cr.amazon.com/r/4975025/
Windows vs. Unix need distinct treatment for executables; cleanup of duplicate declaration (using include instead) and formatting.
…iple times Before, hybrid binaries could not be built from stdin as noticed by Norbert. This was caused by preprocessing consuming stdin, leaving no input left for subsequent (native) gcc invocations. Now an input file "-" triggers reading all input into a temporary file, which is then opened and set as file descriptor for subprocesses.
Do not handle "-m" any more, as recent gcc versions do not support it. Signed-off-by: Norbert Manthey <nmanthey@amazon.de> CC: Michael Tautschnig <tautschn@amazon.co.uk> CC: Daniel Kroening <dankro@amazon.co.uk> CR: https://cr.amazon.com/r/5198492/
5793601
to
ad1b396
Compare
smowton
added a commit
to smowton/cbmc
that referenced
this pull request
May 9, 2018
Fix: distinguish malloc from other side-effects
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Minor improvements to goto-cc's error handling and support for various compiler names behind goto-gcc