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: PTR-PLUS merge into the mainline


Roman Zippel <zippel@linux-m68k.org> wrote on 06/28/2007 07:54:43 PM:

> Hi,
> Notice that it generates the (i + 1) * 4 instead of (i * 4) + 4 as with 
> the other cases. While I tried to debug this I narrowed it down to the 
> changes in fold_binary(), but I don't really know how to fix this, so 
> I could use some help here.

The main thing is that this is really PR 32120.  The problem is only 
related to the
merge because of the way fold_binary works.

Thanks,
Andrew Pinski


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