Fix format in ChangeLog.graphite
[official-gcc/constexpr.git] / libgomp / testsuite / libgomp.graphite / pr4118.c
blob18e95ed8b5be945f0b5dec49acd83f63b4349978
1 void foo(int *a, int *b)
3 int i;
4 int *c = b+1;
6 for (i = 0; i < 100; i++)
7 a[i] = c[i];
10 int main(void)
12 return 0;
15 /* Check that parallel code generation part make the right answer. */
16 /* { dg-final { cleanup-tree-dump "graphite" } } */
17 /* { dg-final { scan-tree-dump-times "loopfn" 0 "optimized" } } */
18 /* { dg-final { cleanup-tree-dump "parloops" } } */
19 /* { dg-final { cleanup-tree-dump "optimized" } } */