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
S/390: Allow immediates in loc expander
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
Wvla-7.c
blob
4c264f0d8a369046b90d12631d56f2af25aa86b5
1
/* { dg-do compile } */
2
/* { dg-options "-pedantic-errors -std=c89 -Wvla" } */
3
4
extern
void
5
func
(
int
i
,
int
[
i
]);
/* { dg-error "ISO C90 forbids variable" } */