We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
this program
int a, b; void c(d) { printf(d); } int main(void) { a ^ 5; if (b) printf(a); c(a ^ 4095UL); }
compiled like this:
SOUPER_DISABLE_LLVM_PEEPHOLES=true SOUPER_DOUBLE_CHECK=true SOUPER_ENUMERATIVE_SYNTHESIS_MAX_INSTS=1 SOUPER_NO_EXTERNAL_CACHE=1 ~/souper-regehr/build/sclang -O3 foo.c
gives:
Assertion failed: (BlockCache.empty()), function synthesize, file ../lib/Infer/ConstantSynthesis.cpp, line 412.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
this program
compiled like this:
gives:
The text was updated successfully, but these errors were encountered: