On 9/11/07, Jim Wilson <[EMAIL PROTECTED]> wrote: > It does look like loop-iv.c is broken though. Every > simplify_gen_relational call uses SImode. That probably should be > word_mode instead. You might want to submit a bug report for that.
I think even using word_mode there is wrong. An example where is the case is spu-elf where word_mode is TImode but int (and long and Pmode) is SImode. Thanks, Andrew Pinski