Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.ext
/
array2.C
blob: 527239f1ee3d4eb603f6eda914a8c06a57e1c5fb [
file
] [
log
] [
blame
]
// { dg-do assemble }
// { dg-options "-w" }
// { dg-require-effective-target alloca }
// This testcase used to cause a crash on the Alpha.
struct
A
{
int
i
;
~
A
()
{
}
};
A f
(
int
n
)
{
A a
[
n
];
}