optabs.c
223 KB
-
re PR middle-end/89281 (gcc/optabs.c:3901:30: runtime error: shift exponent 32… · 548538ce
re PR middle-end/89281 (gcc/optabs.c:3901:30: runtime error: shift exponent 32 is too large for 32-bit type 'int') PR middle-end/89281 * optabs.c (prepare_cmp_insn): Use UINTVAL (size) instead of INTVAL (size), compare it to GET_MODE_MASK instead of 1 << GET_MODE_BITSIZE. From-SVN: r268841
Jakub Jelinek committed