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
* g++.dg/pph/c1attr-warn-unused-result.cc: New.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
wvla-2.c
blob
d811a112f077da82fd9a59c7dd6d69abf247ec3c
1
/* { dg-do compile } */
2
/* { dg-options "-std=c99 -Wvla" } */
3
4
extern
void
5
func
(
int
i
,
int
array
[
i
]);
/* { dg-warning "variable length array 'array' is used" } */