annotate gcc/testsuite/gcc.c-torture/compile/930421-1.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 double q(double);
kono
parents:
diff changeset
2
kono
parents:
diff changeset
3 f (int **x, int *r, int *s, int a, int b, int c, int d)
kono
parents:
diff changeset
4 {
kono
parents:
diff changeset
5 int i, j, k, m, e, f, g, z[1024], y[2];
kono
parents:
diff changeset
6
kono
parents:
diff changeset
7 e = g = 0;
kono
parents:
diff changeset
8 for (i = 0; i < a; i++)
kono
parents:
diff changeset
9 for (j = 0; j < b; j++)
kono
parents:
diff changeset
10 if (x[i][j])
kono
parents:
diff changeset
11 for (k = 0; k < c; k++)
kono
parents:
diff changeset
12 {
kono
parents:
diff changeset
13 f = q(1.5) + q(2.5);
kono
parents:
diff changeset
14 if (g < y[f])
kono
parents:
diff changeset
15 g = e;
kono
parents:
diff changeset
16 }
kono
parents:
diff changeset
17 for (m = 0; m < 1; m++)
kono
parents:
diff changeset
18 z[0] = m*2*d/3.0 - d;
kono
parents:
diff changeset
19 }