On 08/23/11 17:42, Jakub Jelinek wrote: > On Tue, Aug 23, 2011 at 02:06:05PM +0200, Jakub Jelinek wrote: >> We can remove that restriction again once CONST_INTs are no longer VOIDmode. >> >> Here is an untested patch, will bootstrap/regtest it now on x86_64-linux >> and i686-linux, on c6x it should make no difference IMHO (looked like a typo >> in the expander which wasn't used anyway), can somebody test it on AVR and >> BFIN? My grepping through *.md didn't find any other places where the >> operand wouldn't have the same mode as operation. > > Now successfully bootstrapped/regtested on x86_64-linux and i686-linux > and tested on AVR by Georg-Johann, ok for trunk?
Ok. Will fix up bfin/c6x if necessary. Bernd