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
Fix copy&paste error: check_long_long should check __builtin_ssubll_overflow
The constants are of the right type, but __builtin_ssubl_overflow was
used instead of __builtin_ssubll_overflow (which, however, made no
difference on 64-bit Linux platforms, which most of our tests run on).
0 commit comments