This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]