testsuite/libgomp.graphite/pr41118.c

Go to the documentation of this file.
00001 void foo(int *a, int *b)
00002 {
00003   int i;
00004   int *c = b+1;
00005 
00006   for (i = 0; i < 100; i++)
00007     a[i] = c[i];
00008 }
00009 
00010 int main(void)
00011 {
00012   return 0;
00013 }
00014 
00015 /* Check that parallel code generation part make the right answer.  */
00016 /* { dg-final { cleanup-tree-dump "graphite" } } */
00017 /* { dg-final { scan-tree-dump-times "loopfn" 0 "optimized" } } */
00018 /* { dg-final { cleanup-tree-dump "parloops" } } */
00019 /* { dg-final { cleanup-tree-dump "optimized" } } */

Generated on Fri Apr 5 05:38:10 2013 for Libgomp by  doxygen 1.4.7