* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / parms.c
blob8205a9c14547dcbdd8cee4005e4d2b58ca6f4a0c
1 /* { dg-require-effective-target alloca } */
2 #define alloca __builtin_alloca
4 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)
6 foo (alloca (8));
7 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;