diff options
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/unsorted/parms.c')
-rwxr-xr-x | gcc/testsuite/gcc.c-torture/unsorted/parms.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/parms.c b/gcc/testsuite/gcc.c-torture/unsorted/parms.c deleted file mode 100755 index 26c2c70..0000000 --- a/gcc/testsuite/gcc.c-torture/unsorted/parms.c +++ /dev/null @@ -1,7 +0,0 @@ -#define alloca __builtin_alloca - -x (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, x, y) -{ - foo (alloca (8)); - return a+b+c+d+e+f+g+h+i+j+k+l+m+n+o+p+q+r+s+t+u+v+x+y; -} |