This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: SImode and PSImode question
On 9/11/07, Jim Wilson <wilson@specifix.com> 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