This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PTR-PLUS merge into the mainline
- From: Andrew_Pinski at PlayStation dot Sony dot Com
- To: Roman Zippel <zippel at linux-m68k dot org>
- Cc: gcc at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Thu, 28 Jun 2007 20:05:30 -0700
- Subject: 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