[patch] vectorizer testsuite: add alignment checks

Dorit Naishlos DORIT@il.ibm.com
Wed Jan 19 09:14:00 GMT 2005





> > (I tested it on powerpc-darwin and i686-pc-linux-gnu).
> > I think I prefer the last option, but either is fine with me.
>
> Works for me.  Please install if RTH doesn't mind.
>

I waited a couple of days to see if there are any objections

> Installed.

...and was just about to install it myself...
sorry if it was too much of a delay,

dorit


Eric Botcazou <ebotcazou@libertysurf.fr> wrote on 19/01/2005 11:01:50:

> > --- vect-66.c   9 Jan 2005 17:30:23 -0000       1.6
> > +++ vect-66.c   16 Jan 2005 11:51:10 -0000
> > @@ -52,7 +52,7 @@ int main1 ()
> >      {
> >        for (j = 0; j < 4; j++)
> >          {
> > -           ic[2][1][6][j] = 5;
> > +           ic[2][1][6][j+1] = 5;
> >          }
> >      }
> >
> > @@ -61,7 +61,7 @@ int main1 ()
> >      {
> >        for (j = 0; j < 4; j++)
> >          {
> > -           if (ic[2][1][6][j] != 5)
> > +           if (ic[2][1][6][j+1] != 5)
> >                  abort();
> >          }
> >      }
> >
> > (I tested it on powerpc-darwin and i686-pc-linux-gnu).
> > I think I prefer the last option, but either is fine with me.
>
> Installed.
>
> --
> Eric Botcazou



More information about the Gcc-patches mailing list