mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 14:41:14 +08:00
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
@ -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…
x
Reference in New Issue
Block a user