Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wvla-1.C
blob: 95e452dfc700af6f796d637955625e9a001f6788 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-Wvla" } */
/* { dg-require-effective-target alloca } */
void
func
(
int
i
)
{
int
array
[
i
];
/* { dg-warning "7:variable length array 'array' is used" } */
}