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
This commit is contained in:
parent
5cea1db5a3
commit
993466f3d1
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
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" } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue