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: [patch, testsuite] Fix vectorizer testcases


>
> Hello,
>
> OK for mainline?
>

ok,

thanks,
dorit

> Thanks,
> Revital
>
> ChangeLog:
>
>         * testsuite/gcc.dg/vect/vect-shift-1.c: Require vect_int.
>         * testsuite/gcc.dg/vect/vect-ifcvt-4.c: Likewise.
>
>
> Index: testsuite/gcc.dg/vect/vect-shift-1.c
> ===================================================================
> --- testsuite/gcc.dg/vect/vect-shift-1.c        (revision 129655)
> +++ testsuite/gcc.dg/vect/vect-shift-1.c        (working copy)
> @@ -1,4 +1,5 @@
>  /* { dg-require-effective-target vect_shift } */
> +/* { dg-require-effective-target vect_int } */
>
>  #include <stdarg.h>
>  #include "tree-vect.h"
> Index: testsuite/gcc.dg/vect/vect-ifcvt-4.c
> ===================================================================
> --- testsuite/gcc.dg/vect/vect-ifcvt-4.c        (revision 129655)
> +++ testsuite/gcc.dg/vect/vect-ifcvt-4.c        (working copy)
> @@ -1,4 +1,5 @@
>  /* { dg-require-effective-target vect_condition } */
> +/* { dg-require-effective-target vect_int } */
>
>  #include <stdarg.h>
>  #include <signal.h>
>


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