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
Tighten condition in vect/pr85586.c (PR 85654)
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
Wvla-6.c
blob
694a4cc16ca0b5157f5be611324272d3573869d8
1
/* { dg-do compile } */
2
/* { dg-options "-std=c89 -Wvla" } */
3
4
extern
void
5
func
(
int
i
,
int
[
i
]);
/* { dg-warning "ISO C90 forbids variable length array" } */