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
This check was introduced in d2713b2, with no particular reason that
it should be enabled unconditionally. The test included in that commit
has --pointer-check set, suggesting that this always was the desired
behaviour. It was, however, only intended for the Java front-end: for
the C language, "throw" is not relevant, and C++ permits throwing NULL.
Therefore, remove this check from goto_check_ct.
0 commit comments