diff options
Diffstat (limited to 'gcc_arm/testsuite/gcc.c-torture/compile/930421-1.c')
-rwxr-xr-x | gcc_arm/testsuite/gcc.c-torture/compile/930421-1.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gcc_arm/testsuite/gcc.c-torture/compile/930421-1.c b/gcc_arm/testsuite/gcc.c-torture/compile/930421-1.c deleted file mode 100755 index 01b465f..0000000 --- a/gcc_arm/testsuite/gcc.c-torture/compile/930421-1.c +++ /dev/null @@ -1,19 +0,0 @@ -double q(double); - -f (int **x, int *r, int *s, int a, int b, int c, int d) -{ - int i, j, k, m, e, f, g, z[1024], y[2]; - - e = g = 0; - for (i = 0; i < a; i++) - for (j = 0; j < b; j++) - if (x[i][j]) - for (k = 0; k < c; k++) - { - f = q(1.5) + q(2.5); - if (g < y[f]) - g = e; - } - for (m = 0; m < 1; m++) - z[0] = m*2*d/3.0 - d; -} |