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: gcc.dg/vect/vect-none.c


On Sun, May 22, 2005 at 10:27:38AM +0300, Ira Rosen wrote:
> --- gcc.dg/vect/vect-108.c	22 May 2005 07:10:13 -0000
> + /* { dg-require-effective-target vect_int } */
> +       ia[i] = ib[i] * ic[i];

This one should be vect_int_mult

> + /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target powerpc*-*-* i?86-*-* x86_64-*-* ia64-*-* } } } */

And without the target list.

Otherwise ok.


r~


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