comparison libgomp/testsuite/libgomp.graphite/force-parallel-2.c @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents 77e2b8dfacca
children 04ced10e8804
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
21 21
22 return 0; 22 return 0;
23 } 23 }
24 24
25 /* Check that parallel code generation part make the right answer. */ 25 /* Check that parallel code generation part make the right answer. */
26 /* { dg-final { scan-tree-dump-times "2 loops carried no dependency" 2 "graphite" } } */ 26 /* { dg-final { scan-tree-dump-times "2 loops carried no dependency" 1 "graphite" } } */
27 /* { dg-final { cleanup-tree-dump "graphite" } } */ 27 /* { dg-final { cleanup-tree-dump "graphite" } } */
28 /* { dg-final { scan-tree-dump-times "loopfn" 5 "optimized" } } */ 28 /* { dg-final { scan-tree-dump-times "loopfn" 5 "optimized" } } */
29 /* { dg-final { cleanup-tree-dump "parloops" } } */ 29 /* { dg-final { cleanup-tree-dump "parloops" } } */
30 /* { dg-final { cleanup-tree-dump "optimized" } } */ 30 /* { dg-final { cleanup-tree-dump "optimized" } } */