mirror of git://gcc.gnu.org/git/gcc.git
Adjust failing testsuite pattern.
2010-09-30 Sebastian Pop <sebastian.pop@amd.com> * testsuite/libgomp.graphite/force-parallel-1.c: Adjust. From-SVN: r164814
This commit is contained in:
parent
cdb9802c64
commit
89d5c66f36
|
|
@ -1,3 +1,7 @@
|
||||||
|
2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
|
||||||
|
|
||||||
|
* testsuite/libgomp.graphite/force-parallel-1.c: Adjust.
|
||||||
|
|
||||||
2010-09-23 Tobias Burnus <burnus@net-b.de>
|
2010-09-23 Tobias Burnus <burnus@net-b.de>
|
||||||
|
|
||||||
* libgomp.texi (omp_get_nested, omp_set_nested, omp_set_dynamic):
|
* libgomp.texi (omp_get_nested, omp_set_nested, omp_set_dynamic):
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ int main(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Check that parallel code generation part make the right answer. */
|
/* Check that parallel code generation part make the right answer. */
|
||||||
/* { dg-final { scan-tree-dump-times "1 loops carried no dependency" 1 "graphite" } } */
|
/* { dg-final { scan-tree-dump-times "1 loops carried no dependency" 2 "graphite" } } */
|
||||||
/* { dg-final { cleanup-tree-dump "graphite" } } */
|
/* { dg-final { cleanup-tree-dump "graphite" } } */
|
||||||
/* { dg-final { scan-tree-dump-times "loopfn" 5 "optimized" } } */
|
/* { dg-final { scan-tree-dump-times "loopfn" 5 "optimized" } } */
|
||||||
/* { dg-final { cleanup-tree-dump "parloops" } } */
|
/* { dg-final { cleanup-tree-dump "parloops" } } */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue