* gcc.dg/tree-ssa/ssa-store-ccp-4.c: Skip *-*-darwin*.
2008-03-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+ Uros Bizjak <ubizjak@gmail.com>
PR testsuite/35406
* gcc.dg/tree-ssa/ldist-4.c: Update expected scan match
- count from 0 to 1.
-
-2008-03-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
-
- PR testsuite/35406
+ count from 0 to 1 for lp64 targets.
* gfortran.dg/ldist-1.f90: Update test to check
- for 5 loops distributed instead of 4.
+ for 5 loops distributed instead of 4 for lp64 targets.
2008-03-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
too much code in the outer loop, degrading performance of scalar
code. So this test was XFAILed because the cost model of the stand
alone distribution pass has evolved. Now it passes. */
-/* { dg-final { scan-tree-dump-times "distributed: split to 2 loops" 1 "ldist" } } */
+/* { dg-final { scan-tree-dump-times "distributed: split to 2 loops" 0 "ldist" { target ilp32 } } } */
+/* { dg-final { scan-tree-dump-times "distributed: split to 2 loops" 1 "ldist" { target lp64 } } } */
/* { dg-final { cleanup-tree-dump "ldist" } } */
return
end Subroutine PADEC
-! { dg-final { scan-tree-dump-times "distributed: split to 5 loops" 1 "ldist" } }
+! { dg-final { scan-tree-dump-times "distributed: split to 4 loops" 1 "ldist" { target ilp32 } } }
+! { dg-final { scan-tree-dump-times "distributed: split to 5 loops" 1 "ldist" { target lp64 } } }
! { dg-final { cleanup-tree-dump "ldist" } }