OSDN Git Service

Fix testsuite.
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Feb 2010 17:41:41 +0000 (17:41 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Feb 2010 17:41:41 +0000 (17:41 +0000)
2010-02-03  Sebastian Pop  <sebastian.pop@amd.com>

* testsuite/gcc.dg/graphite/interchange-mvt.c: Un-XFAILed.
* testsuite/gcc.dg/graphite/scop-0.c: Fix spaces.
* testsuite/gfortran.dg/graphite/block-1.f90: Rewrite expected output.
* testsuite/gfortran.dg/graphite/block-2.f: Same.
* testsuite/gfortran.dg/graphite/block-3.f90: Same.
* testsuite/gfortran.dg/graphite/block-4.f90: Same.
* testsuite/gfortran.dg/graphite/interchange-1.f: Un-XFAILed.
* testsuite/gfortran.dg/graphite/interchange-3.f90: Un-XFAILed.

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

gcc/ChangeLog.graphite
gcc/testsuite/gcc.dg/graphite/block-6.c
gcc/testsuite/gcc.dg/graphite/interchange-mvt.c
gcc/testsuite/gcc.dg/graphite/scop-0.c
gcc/testsuite/gfortran.dg/graphite/block-1.f90
gcc/testsuite/gfortran.dg/graphite/block-2.f
gcc/testsuite/gfortran.dg/graphite/block-3.f90
gcc/testsuite/gfortran.dg/graphite/block-4.f90
gcc/testsuite/gfortran.dg/graphite/interchange-1.f
gcc/testsuite/gfortran.dg/graphite/interchange-3.f90

index c5d0efe..1989467 100644 (file)
@@ -1,5 +1,16 @@
 2010-02-03  Sebastian Pop  <sebastian.pop@amd.com>
 
 2010-02-03  Sebastian Pop  <sebastian.pop@amd.com>
 
+       * testsuite/gcc.dg/graphite/interchange-mvt.c: Un-XFAILed.
+       * testsuite/gcc.dg/graphite/scop-0.c: Fix spaces.
+       * testsuite/gfortran.dg/graphite/block-1.f90: Rewrite expected output.
+       * testsuite/gfortran.dg/graphite/block-2.f: Same.
+       * testsuite/gfortran.dg/graphite/block-3.f90: Same.
+       * testsuite/gfortran.dg/graphite/block-4.f90: Same.
+       * testsuite/gfortran.dg/graphite/interchange-1.f: Un-XFAILed.
+       * testsuite/gfortran.dg/graphite/interchange-3.f90: Un-XFAILed.
+
+2010-02-03  Sebastian Pop  <sebastian.pop@amd.com>
+
        * graphite-dependences.c (new_poly_ddr): Initialize PDDR_KIND and
        PDDR_ORIGINAL_SCATTERING_P.
        (pddr_is_empty): Rewritten.
        * graphite-dependences.c (new_poly_ddr): Initialize PDDR_KIND and
        PDDR_ORIGINAL_SCATTERING_P.
        (pddr_is_empty): Rewritten.
index 171b1df..a147ab8 100644 (file)
@@ -43,6 +43,5 @@ main (void)
   return res != 204007516;
 }
 
   return res != 204007516;
 }
 
-
 /* { dg-final { scan-tree-dump-times "will be loop blocked" 0 "graphite" } } */
 /* { dg-final { cleanup-tree-dump "graphite" } } */
 /* { dg-final { scan-tree-dump-times "will be loop blocked" 0 "graphite" } } */
 /* { dg-final { cleanup-tree-dump "graphite" } } */
index 1e44f0a..fd66079 100644 (file)
@@ -52,6 +52,6 @@ main (void)
   return res != 199900000;
 }
 
   return res != 199900000;
 }
 
-/* { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" { xfail *-*-* } } } */ 
+/* { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" } } */
 /* { dg-final { cleanup-tree-dump "graphite" } } */
 
 /* { dg-final { cleanup-tree-dump "graphite" } } */
 
index 067e7bc..120de9c 100644 (file)
@@ -17,6 +17,6 @@ int toto()
   /* End scop 1. */
 }
 
   /* End scop 1. */
 }
 
-/* { dg-final { scan-tree-dump-times "number of SCoPs: 1" 1 "graphite"} } */ 
+/* { dg-final { scan-tree-dump-times "number of SCoPs: 1" 1 "graphite"} } */
 /* { dg-final { cleanup-tree-dump "graphite" } } */
 
 /* { dg-final { cleanup-tree-dump "graphite" } } */
 
index 8125853..cea307e 100644 (file)
@@ -3,10 +3,11 @@ subroutine matrix_multiply(a,b,c,n)
 real(8), dimension(n,n) :: a,b,c
 
 ! The following code is disabled for the moment.
 real(8), dimension(n,n) :: a,b,c
 
 ! The following code is disabled for the moment.
-c=0.d0
+c=0.d0
 
 end subroutine matrix_multiply
 
 
 end subroutine matrix_multiply
 
-! { dg-final { scan-tree-dump-times "Loop blocked" 2 "graphite" { xfail *-*-* } } } 
-! { dg-final { cleanup-tree-dump "graphite" } } 
+! { dg-final { scan-tree-dump-times "number of SCoPs: 1" 1 "graphite" } }
+! { dg-final { scan-tree-dump-times "will be loop blocked" 1 "graphite" { xfail *-*-* } } }
+! { dg-final { cleanup-tree-dump "graphite" } }
 
 
index 6c7ee6f..75fccca 100644 (file)
@@ -16,5 +16,6 @@
       RETURN
       END
 
       RETURN
       END
 
-! { dg-final { scan-tree-dump-times "Loop blocked" 3 "graphite" { xfail { "*-*-*" } } } } 
-! { dg-final { cleanup-tree-dump "graphite" } } 
+! { dg-final { scan-tree-dump-times "number of SCoPs: 2" 1 "graphite" } }
+! { dg-final { scan-tree-dump-times "will be loop blocked" 2 "graphite" { xfail *-*-* } } }
+! { dg-final { cleanup-tree-dump "graphite" } }
index 1579e66..9a66adf 100644 (file)
@@ -12,6 +12,7 @@ enddo
 
 end subroutine matrix_multiply
 
 
 end subroutine matrix_multiply
 
-! { dg-final { scan-tree-dump-times "Loop blocked" 2 "graphite" { xfail *-*-* } } } 
-! { dg-final { cleanup-tree-dump "graphite" } } 
+! { dg-final { scan-tree-dump-times "number of SCoPs: 1" 1 "graphite" { xfail *-*-* } } }
+! { dg-final { scan-tree-dump-times "will be loop blocked" 1 "graphite" { xfail *-*-* } } }
+! { dg-final { cleanup-tree-dump "graphite" } }
 
 
index f37d70a..061830f 100644 (file)
@@ -15,6 +15,7 @@ enddo
 
 end subroutine matrix_multiply
 
 
 end subroutine matrix_multiply
 
-! { dg-final { scan-tree-dump-times "Loop blocked" 2 "graphite" { xfail *-*-* } } } 
-! { dg-final { cleanup-tree-dump "graphite" } } 
+! { dg-final { scan-tree-dump-times "number of SCoPs: 1" 1 "graphite" { xfail *-*-* } } }
+! { dg-final { scan-tree-dump-times "will be loop blocked" 1 "graphite" { xfail *-*-* } } }
+! { dg-final { cleanup-tree-dump "graphite" } }
 
 
index 334fbd8..fad61e2 100644 (file)
@@ -41,5 +41,5 @@
 ! known to be 4 in the inner two loops.  See interchange-2.f for the
 ! kernel from bwaves.
 
 ! known to be 4 in the inner two loops.  See interchange-2.f for the
 ! kernel from bwaves.
 
-! { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" { xfail *-*-* } } }
+! { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" } }
 ! { dg-final { cleanup-tree-dump "graphite" } }
 ! { dg-final { cleanup-tree-dump "graphite" } }
index 04f4a13..06da2b3 100644 (file)
@@ -24,5 +24,5 @@ Program FOO
 
 end Program FOO
 
 
 end Program FOO
 
-! { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" { xfail *-*-* } } }
+! { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" } }
 ! { dg-final { cleanup-tree-dump "graphite" } }
 ! { dg-final { cleanup-tree-dump "graphite" } }