Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr87110.c
blob: c2eba54a5c7604665eabe4183916efe4c291ff1f [
file
] [
log
] [
blame
]
// { dg-require-effective-target alloca }
enum
a
{
b
,
c
};
struct
d
{
_Bool
e
;
enum
a f
};
g
,
h
;
i
()
{
struct
d j
[
h
];
j
[
0
]
=
(
struct
d
){.
f
=
c
};
for
(;
g
;)
(
struct
d
){};
}