Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Unified Diff: gcc/gcc/testsuite/gfortran.dg/graphite/block-2.f

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/testsuite/gfortran.dg/g77_intrinsics_sub.f ('k') | gcc/gcc/testsuite/gfortran.dg/graphite/id-4.f90 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/gfortran.dg/graphite/block-2.f
diff --git a/gcc/gcc/testsuite/gfortran.dg/graphite/block-2.f b/gcc/gcc/testsuite/gfortran.dg/graphite/block-2.f
index af966ec5f97a515bd7586cb9009f237025f1f42a..75fccca146cae03017e8d154f125c75493752010 100644
--- a/gcc/gcc/testsuite/gfortran.dg/graphite/block-2.f
+++ b/gcc/gcc/testsuite/gfortran.dg/graphite/block-2.f
@@ -1,5 +1,3 @@
-! { dg-options "-O2 -floop-block -fdump-tree-graphite-all" }
-
SUBROUTINE MATRIX_MUL_UNROLLED (A, B, C, L, M, N)
DIMENSION A(L,M), B(M,N), C(L,N)
@@ -18,5 +16,6 @@
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" } }
« no previous file with comments | « gcc/gcc/testsuite/gfortran.dg/g77_intrinsics_sub.f ('k') | gcc/gcc/testsuite/gfortran.dg/graphite/id-4.f90 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698