This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Q about assignment expansion
> So it looks like we have D.3720 + (unsigned int) &sstride which
> looks funny in of it self. Can you provide the tree dump before
> iv-opts and the one of iv-opts? It might explain what is going
> wrong?
http://people.redhat.com/dj/all_l4.c.105t.cunroll
http://people.redhat.com/dj/all_l4.c.108t.ivopts
> Also what is the type of size_t for your target?
int and size_t are 16 bits. Pointers (PSImode) are 24 bits. Long is
32 bits.