Commit 993466f3 by Eric Botcazou Committed by Eric Botcazou

re PR testsuite/46230 (several vectorization tests FAIL or XPASS on SPARC)

	PR testsuite/46230
	* gcc.dg/vect/pr46009.c: Add vect_int_mult target selector.

From-SVN: r167029
parent 5cea1db5
2010-11-22 Eric Botcazou <ebotcazou@adacore.com>
PR testsuite/46230
* gcc.dg/vect/pr46009.c: Add vect_int_mult target selector.
* gcc.dg/vect: Do not include <stdio.h> in testcases.
* gcc.dg/vect/costmodel/ppc: Likewise.
......
......@@ -70,5 +70,5 @@ main (void)
return 0;
}
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 2 "vect" } } */
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 2 "vect" { target vect_int_mult } } } */
/* { dg-final { cleanup-tree-dump "vect" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment