Add compile command to each testcase
[gcc-vect-testsuite.git] / O3-pr49087.c
blobc897fbcd0c488fde33a0d3e212814e14f7b121b9
1 /* { dg-do compile } */
3 static char func2() { }
5 struct S0
7 int t;
8 };
10 int g;
12 struct S0 s0;
14 int
15 foo (int arg)
17 int *ptr = &g;
18 int i, j;
19 for (i = 0; i < 10; i += 1)
21 for (j = 0; j < 1; j += 1)
23 int k;
24 if (arg)
26 int l;
27 for (k = 1; arg < 10; arg = func2 ())
29 return l;
32 *ptr = func2 () ^ s0.t;
37 /* { dg-final { cleanup-tree-dump "vect" } } */