Re: [PATCH] expr: Fix REDUCE_BIT_FIELD in multiplication expansion [PR114054]

2024-02-23 Thread Richard Biener
On Fri, 23 Feb 2024, Jakub Jelinek wrote: > Hi! > > The following testcase ICEs, because the REDUCE_BIT_FIELD macro uses > the target variable implicitly: > #define REDUCE_BIT_FIELD(expr) (reduce_bit_field \ > ? reduce_to_bit_field_precisi

[PATCH] expr: Fix REDUCE_BIT_FIELD in multiplication expansion [PR114054]

2024-02-23 Thread Jakub Jelinek
Hi! The following testcase ICEs, because the REDUCE_BIT_FIELD macro uses the target variable implicitly: #define REDUCE_BIT_FIELD(expr) (reduce_bit_field \ ? reduce_to_bit_field_precision ((expr), \