Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr94479.c
blob: 3e4058279aa857fd39ce7db7eca968651e1081da [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-require-stack-check "specific" } */
/* { dg-additional-options "-fstack-check -w" } */
/* { dg-require-effective-target alloca } */
int
a
;
struct
b
{
char
c
;
void
*
d
;
};
struct
b e
()
{
struct
b f
[]
=
{{},
""
,
f
,
a
};
}