Re: [PATCH] simplify-rtx.c (simplify_unary_operation_1): Change BITSIZE to PRECISION.

2019-07-09 Thread Jeff Law
On 7/8/19 1:11 AM, John Darrington wrote: > gcc/ > * simplify-rtx.c (simplify_unary_operation_1): Change BITSIZE to PRECISION > in simplification of (extend ashiftrt (ashift ..))) Otherwise the > gcc_assert can catch when dealing with partial int modes. THanks. I edited the ChangeLog entry a bi

[PATCH] simplify-rtx.c (simplify_unary_operation_1): Change BITSIZE to PRECISION.

2019-07-08 Thread John Darrington
gcc/ * simplify-rtx.c (simplify_unary_operation_1): Change BITSIZE to PRECISION in simplification of (extend ashiftrt (ashift ..))) Otherwise the gcc_assert can catch when dealing with partial int modes. --- gcc/ChangeLog | 6 ++ gcc/simplify-rtx.c | 8 2 files changed, 10 ins