This is the mail archive of the gcc-patches@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: 12 GCC regressions, 1 new, with your patch on 2002-07-25T19:37:38Z.


On Sat, 27 Jul 2002, Richard Henderson wrote:
> On Thu, Jul 25, 2002 at 11:13:42PM +0000, GCC regression checker wrote:
> > native gcc.sum gcc.c-torture/execute/960512-1.c
>
> The problem is that we generated a+72 for the a[9] store
> instead of a+36.  I.e. we applied the offset from A twice.
> Which broke alias analysis of course.
>
> This cleans up a hack that I'd added for dealing with this
> issue wrt COMPONENT_REFs.  i686 testing still in progress.

With this patch, my bootstrap finished on alpha-linux.  (Without it had
been failing in stage3.)

Jeff


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