OSDN Git Service

PR testsuite/35406
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Mar 2008 14:17:41 +0000 (14:17 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Mar 2008 14:17:41 +0000 (14:17 +0000)
* gcc.dg/tree-ssa/ldist-4.c: Update expected scan match
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 lp64 targets.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133216 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/ldist-4.c
gcc/testsuite/gfortran.dg/ldist-1.f90

index 9b147a3..113e37f 100644 (file)
@@ -7,16 +7,13 @@
        * gcc.dg/tree-ssa/ssa-store-ccp-4.c: Skip *-*-darwin*.
 
 2008-03-13  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
        * 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
 
        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
        * 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>
 
 
 2008-03-13  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
index cb9451e..a744fea 100644 (file)
@@ -24,5 +24,6 @@ int loop1 (int k)
    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.  */
    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" } } */
 /* { dg-final { cleanup-tree-dump "ldist" } } */
index 08945a1..a4771e9 100644 (file)
@@ -29,5 +29,6 @@ Subroutine PADEC(DKS,DKDS,HVAR,WM,WG,FN,NS,AN,BN,CN,IT)
   return
 end Subroutine PADEC
 
   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" } }
 ! { dg-final { cleanup-tree-dump "ldist" } }