Commit 70ccbedb by Steve Ellcey Committed by Steve Ellcey

re PR middle-end/39579 (revisions 145171/145172 caused 2 extra failures)

	PR middle-end/39579
	* gcc.dg/vect/vect-35.c: XFAIL for IA64 and Sparc.
	* gfortran.dg/vect/fast-math-pr38968.f90: Ditto.

From-SVN: r147018
parent 4c478ce8
2009-04-30 Steve Ellcey <sje@cup.hp.com>
PR middle-end/39579
* gcc.dg/vect/vect-35.c: XFAIL for IA64 and Sparc.
* gfortran.dg/vect/fast-math-pr38968.f90: Ditto.
2009-04-30 Janis Johnson <janis187@us.ibm.com> 2009-04-30 Janis Johnson <janis187@us.ibm.com>
PR testsuite/39776 PR testsuite/39776
......
...@@ -45,6 +45,6 @@ int main (void) ...@@ -45,6 +45,6 @@ int main (void)
} }
/* { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" } } */ /* { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" { xfail { ia64-*-* sparc*-*-* } } } } */
/* { dg-final { scan-tree-dump-times "can't determine dependence between" 1 "vect" } } */ /* { dg-final { scan-tree-dump-times "can't determine dependence between" 1 "vect" } } */
/* { dg-final { cleanup-tree-dump "vect" } } */ /* { dg-final { cleanup-tree-dump "vect" } } */
...@@ -17,5 +17,5 @@ program mymatmul ...@@ -17,5 +17,5 @@ program mymatmul
end program mymatmul end program mymatmul
! { dg-final { scan-tree-dump "vectorized 1 loops" "vect" } } ! { dg-final { scan-tree-dump "vectorized 1 loops" "vect" { xfail { ia64-*-* sparc*-*-* } } } }
! { dg-final { cleanup-tree-dump "vect" } } ! { dg-final { cleanup-tree-dump "vect" } }
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