| Index: gcc/gcc/testsuite/gcc.dg/vect/vect-multitypes-1.c
|
| diff --git a/gcc/gcc/testsuite/gcc.dg/vect/vect-multitypes-1.c b/gcc/gcc/testsuite/gcc.dg/vect/vect-multitypes-1.c
|
| index 2ebececc8472a8c3c341a5ed17ca3ea101fbee7a..e8fe027f5f305b5d8cb566f0988ee8b2bf917f77 100644
|
| --- a/gcc/gcc/testsuite/gcc.dg/vect/vect-multitypes-1.c
|
| +++ b/gcc/gcc/testsuite/gcc.dg/vect/vect-multitypes-1.c
|
| @@ -78,11 +78,11 @@ int main (void)
|
| return 0;
|
| }
|
|
|
| -/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 2 "vect" { xfail *-*-* } } } */
|
| -/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail vect_no_align } } } */
|
| -/* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 2 "vect" { xfail *-*-* } } } */
|
| -/* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" { xfail vect_no_align } } } */
|
| +/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 2 "vect" { xfail {! vect_hw_misalign} } } } */
|
| +/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail { vect_no_align || vect_hw_misalign } } } } */
|
| +/* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 2 "vect" { xfail {! vect_hw_misalign} } } } */
|
| +/* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" { xfail { vect_no_align || vect_hw_misalign } } } } */
|
| /* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 4 "vect" { xfail *-*-* } } } */
|
| -/* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 2 "vect" { xfail vect_no_align } } } */
|
| +/* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 2 "vect" { xfail { vect_no_align || vect_hw_misalign } } } } */
|
| /* { dg-final { cleanup-tree-dump "vect" } } */
|
|
|
|
|