* gcc.dg/vect/fast-math-pr35982.c: Skip check instead of xfail.
From-SVN: r191448
This commit is contained in:
parent
672df68093
commit
65c247eefc
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2012-09-18 Janis Johnson <janisjo@codesourcery.com>
|
||||
|
||||
* gcc.dg/vect/fast-math-pr35982.c: Skip check instead of xfail.
|
||||
|
||||
* gcc.dg/vect/no-vfa-vect-101.c: Skip a check for an irrelevant
|
||||
target instead of xfailing it.
|
||||
* gcc.dg/vect/no-vfa-vect-102.c: Likewise.
|
||||
|
|
|
@ -21,5 +21,5 @@ float method2_int16 (struct mem *mem)
|
|||
}
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { vect_extract_even_odd || vect_strided2 } } } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 0 loops" 1 "vect" { xfail { vect_extract_even_odd || vect_strided2 } } } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 0 loops" 1 "vect" { target { ! { vect_extract_even_odd || vect_strided2 } } } } } */
|
||||
/* { dg-final { cleanup-tree-dump "vect" } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue