Commit 83ada6e8 by Rainer Orth Committed by Rainer Orth

Don't xfail gcc.dg/vect/vect-multitypes-12.c on 32-bit SPARC (PR tree-optimization/80996)

	PR tree-optimization/80996
	* gcc.dg/vect/vect-multitypes-12.c: Remove sparc*-*-* handling.

From-SVN: r252754
parent b24cbb63
2017-09-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR tree-optimization/80996
* gcc.dg/vect/vect-multitypes-12.c: Remove sparc*-*-* handling.
2017-09-14 Jakub Jelinek <jakub@redhat.com> 2017-09-14 Jakub Jelinek <jakub@redhat.com>
PR target/81325 PR target/81325
......
...@@ -40,6 +40,5 @@ int main (void) ...@@ -40,6 +40,5 @@ int main (void)
/* bleah */ /* bleah */
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 2 "vect" { target vect_unpack } } } */ /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 2 "vect" { target vect_unpack } } } */
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target sparc*-*-* xfail ilp32 } } } */ /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { ! vect_unpack } } } } */
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { { ! sparc*-*-* } && { ! vect_unpack } } } } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment