Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
ubsan
/
pr59331.C
blob: 1bb3666efbfd0d23d7ab08a7c962713df3a54cf3 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-fsanitize=vla-bound -Wall -Wno-unused-variable" } */
void
foo
(
int
i
)
{
/* Don't warn here with "value computed is not used". */
char
a
[
i
];
}