This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch, testsuite] Fix vectorizer testcase
- From: Revital1 Eres <ERES at il dot ibm dot com>
- To: Dorit Nuzman <DORIT at il dot ibm dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 30 Oct 2007 10:28:39 +0200
- Subject: Re: [patch, testsuite] Fix vectorizer testcase
Committed to r129767.
Thanks,
Revital
Dorit Nuzman/Haifa/IBM wrote on 30/10/2007 10:14:20:
> Revital1 Eres/Haifa/IBM wrote on 30/10/2007 00:13:40:
>
> > OK for mainline?
> >
>
> it actually requires vect_long rather than vect_int.
> I tested this fix on powerpc64-linux with -m32 and -m64.
> A fix to require vect_long is pre-approved.
>
> dorit
>
> > Thanks,
> > Revital
> >
> > * testsuite/gcc.dg/vect/pr33866.c: Require vect_int.
> >
> > Index: testsuite/gcc.dg/vect/pr33866.c
> > ===================================================================
> > --- testsuite/gcc.dg/vect/pr33866.c (revision 129765)
> > +++ testsuite/gcc.dg/vect/pr33866.c (working copy)
> > @@ -1,5 +1,6 @@
> > /* Testcase by Martin Michlmayr <tbm@cyrius.com> */
> > /* { dg-do compile } */
> > +/* { dg-require-effective-target vect_int } */
> >
> > typedef struct
> > {