1 /* PR tree-optimization/31345
2 This caused a crash in VRP when dealing with overflow infinities. */
5 dpsnaffle (const char *kbuf
)
7 int hash
, thash
, head
[2], off
;
12 (hash
) = (hash
) + (kbuf
)[_DP_i
];
14 (hash
) = ((hash
) * 43321879) & 0x7FFFFFFF;
19 else if (hash
< thash
)