Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
gcc
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
parms.c
blob: 8205a9c14547dcbdd8cee4005e4d2b58ca6f4a0c [
file
]
/* { dg-require-effective-target alloca } */
#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
;
}