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
coverage: Avoid overflow when the MC/DC condition limit is exceeded
If we perform this subtraction first, it can sometimes overflow to -1 before
the addition can bring its value back to 0. That behaviour seems to be benign,
but it nevertheless causes test failures in compiler configurations that check
for overflow.
0 commit comments