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: Q about assignment expansion


On 9/25/07, DJ Delorie <dj@redhat.com> wrote:
> I like that!  Not quite enough info for some needs (like it's missing
> the machine mode and rtl assignments, which I often need), but much
> cleaner:
>
> MEM[base: D.3720 + (unsigned int) &sstride] = MEM[base: D.3718, offset: 10]

Usually I use debug_generic_expr first and if I need more info, then debug_tree.


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?

Also what is the type of size_t for your target?

Thanks,
Andrew Pinski


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