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
Make regression test pass when sizeof(size_t) == sizeof(int)
The type cast previously tested for in the regression test will only be
introduced when the type of an array index is not the same as int. Thus the test
spuriously failed on 32-bit x86 platforms.
0 commit comments