On Thu, 5 May 2011, Richard Guenther wrote: > On Wed, 4 May 2011, Richard Guenther wrote: > > On Wed, 4 May 2011, Eric Botcazou wrote: > > Hm. I guess people will scream if something breaks (I can't imagine > > what though).
AAAaaarghh! Building cris-elf is now broken. > I have applied the following after re-bootstrapping and testing on > x86_64-unknown-linux-gnu and re-checking the mipsel cross testcase. > > Richard. > > 2011-05-05 Richard Guenther <rguent...@suse.de> > > * expmed.c (expand_variable_shift): Rename to ... > (expand_shift_1): ... this. Take an expanded shift amount. > For rotates recurse directly not building trees for the shift amount. > (expand_variable_shift): Wrap around expand_shift_1. > (expand_shift): Adjust. PR 48908. brgds, H-P