diff options
author | jvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-14 04:59:39 +0000 |
---|---|---|
committer | jvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-14 04:59:39 +0000 |
commit | af3c49d0e5c7bef8e8fda05830610a69c399ebbb (patch) | |
tree | 74cd2a627e2c2690e27efa567ccc18fc6f7c36fe | |
parent | 35ba59f55d9a948599b1bce3a68d199ad580661d (diff) | |
download | gcc-af3c49d0e5c7bef8e8fda05830610a69c399ebbb.tar.gz |
2008-03-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR testsuite/35406
* gcc.dg/tree-ssa/ldist-4.c: Update expected scan match count from 0
to 1.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133207 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/testsuite/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/ldist-4.c | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d4b6271bb50..bfb5d1a0823 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,6 +1,12 @@ 2008-03-13 Jerry DeLisle <jvdelisle@gcc.gnu.org> - PR fortran/35406 + 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 * gfortran.dg/ldist-1.f90: Update test to check for 5 loops distributed instead of 4. diff --git a/gcc/testsuite/gcc.dg/tree-ssa/ldist-4.c b/gcc/testsuite/gcc.dg/tree-ssa/ldist-4.c index c9b1293f0f2..cb9451e2602 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/ldist-4.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/ldist-4.c @@ -22,7 +22,7 @@ int loop1 (int k) /* We used to distribute also innermost loops, but these could produce too much code in the outer loop, degrading performance of scalar - code. So this test is XFAILed because the cost model of the stand - alone distribution pass has evolved. */ -/* { dg-final { scan-tree-dump-times "distributed: split to 2 loops" 0 "ldist" } } */ + 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 { cleanup-tree-dump "ldist" } } */ |