bircoph (Andrew Savchenko)
- Login: bircoph
- Registered on: 12/25/2017
- Last sign in: 12/25/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/25/2017
-
11:26 AM Ruby Bug #14231: __uint128_t check in hash.c is broken, use
- Looks like this version affects all ruby versions, though I tested only on 2.4.2 and trunk.
-
11:19 AM Ruby Bug #14231 (Closed): __uint128_t check in hash.c is broken, use
- Current check for __uint128_t in hash.c is not valid, since it ignores
compilers other than gcc. We hit this on lcc on e2k platform.
Configure script properly checks from 128-bit data types support and
sets HAVE_UINT128_T accordingl...