Fix vect/trapv-vect-reduc-4.c for sparc
2015-08-12 Tom de Vries <tom@codesourcery.com> PR testsuite/67175 * gcc.dg/vect/trapv-vect-reduc-4.c: Add reduction detection scan. Handle absence of vector min/max for sparc. From-SVN: r226800
This commit is contained in:
parent
ab644b9bc2
commit
51d3809e63
@ -1,3 +1,9 @@
|
||||
2015-08-12 Tom de Vries <tom@codesourcery.com>
|
||||
|
||||
PR testsuite/67175
|
||||
* gcc.dg/vect/trapv-vect-reduc-4.c: Add reduction detection scan.
|
||||
Handle absence of vector min/max for sparc.
|
||||
|
||||
2015-08-11 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
PR target/66954
|
||||
|
@ -46,4 +46,5 @@ int main (void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" } } */
|
||||
/* { dg-final { scan-tree-dump-times "Detected reduction\\." 2 "vect" } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" { target { ! { sparc*-*-* } } } } } */
|
||||
|
Loading…
Reference in New Issue
Block a user