-
Notifications
You must be signed in to change notification settings - Fork 38
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
The EXPECTEDFAIL_NOALIAS in cs_tests/recur9.c
should be NOALIAS?
#28
Comments
Conservative underlying analysis could be improved. |
Do you suggest that both |
Hi again, Sorry for bothering you a lot this morning. Thank you a lot again for fixing them! :-) |
Done and thank you~ |
For a quick update, when a base case is added to How do you think about it? |
Yes, correct. However, for current SVF's flow-sensitive implementation, we did not distinguish MAY and MUST for now. For your usage purposes, I have changed it. |
Thank you very much! :-) |
Hi,
In this test case, I think the assertion
EXPECTEDFAIL_NOALIAS(b,&b1)
should beNOALIAS(b,&b1)
?It is very similar to the assertion
NOALIAS(c,&c1)
, which I think is correct.The text was updated successfully, but these errors were encountered: