diff options
author | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2008-03-14 14:17:41 +0000 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2008-03-14 15:17:41 +0100 |
commit | c539732f969e784725ca51dd9ff66b32a2c198cd (patch) | |
tree | c53e66cdda7cd2451ab029e306914e5faf44e582 /gcc/testsuite/gcc.dg/tree-ssa/ldist-4.c | |
parent | edd3c31e3f34be73363c49267c92d56425249940 (diff) | |
download | gcc-c539732f969e784725ca51dd9ff66b32a2c198cd.zip gcc-c539732f969e784725ca51dd9ff66b32a2c198cd.tar.gz gcc-c539732f969e784725ca51dd9ff66b32a2c198cd.tar.bz2 |
re PR testsuite/35406 (gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work)
PR testsuite/35406
* 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.
Co-Authored-By: Uros Bizjak <ubizjak@gmail.com>
From-SVN: r133216
Diffstat (limited to 'gcc/testsuite/gcc.dg/tree-ssa/ldist-4.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/ldist-4.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/ldist-4.c b/gcc/testsuite/gcc.dg/tree-ssa/ldist-4.c index cb9451e..a744fea 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/ldist-4.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/ldist-4.c @@ -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. */ -/* { 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" } } */ |