Mercurial > hg > CbC > CbC_gcc
view libgomp/testsuite/libgomp.graphite/pr41118.c @ 64:d9bee9007a48
Added tag gcc-4.6-20100522 for changeset b7f97abdc517
author | ryoma <e075725@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 24 May 2010 12:48:09 +0900 |
parents | b7f97abdc517 |
children | 04ced10e8804 |
line wrap: on
line source
void foo(int *a, int *b) { int i; int *c = b+1; for (i = 0; i < 100; i++) a[i] = c[i]; } int main(void) { return 0; } /* Check that parallel code generation part make the right answer. */ /* { dg-final { cleanup-tree-dump "graphite" } } */ /* { dg-final { scan-tree-dump-times "loopfn" 0 "optimized" } } */ /* { dg-final { cleanup-tree-dump "parloops" } } */ /* { dg-final { cleanup-tree-dump "optimized" } } */