Re: [PATCH] Fix extract_fixed_bit_field (PR middle-end/49029)

2011-05-23 Thread Jeff Law
On 05/18/11 06:33, Jakub Jelinek wrote: > Hi! > > The attached testcase ICEs on arm, because extract_fixed_bit_field > with tmode SImode (and SImode non-NULL target) decides to use DImode for > the signed shifts, but doesn't clear target and thus attempts to use > that SImode target for DImode shi

Re: [PATCH] Fix extract_fixed_bit_field (PR middle-end/49029)

2011-05-22 Thread Eric Botcazou
> Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux > and tested with a cross to arm-linux on the testcase, ok for trunk/4.6? > > 2011-05-18 Jakub Jelinek > > PR middle-end/49029 > * expmed.c (extract_fixed_bit_field): Test whether target can be used > only af