repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pretty-print.h (pp_base): Remove.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
wvla-1.c
blob
c8f21078be967edd3dc91f144c204dc8c8d6f272
1
/* { dg-do compile } */
2
/* { dg-options "-std=c89 -Wvla" } */
3
4
extern
void
5
func
(
int
i
,
int
array
[
i
]);
/* { dg-warning "variable length array 'array' is used" } */