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
In gcc/testsuite/: 2011-03-04 Nicola Pero <nicola.pero@meta-innovation.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
vla-21.c
blob
a39ae0b426660fe45f038942a8f83993d20242ee
1
/* Type names for VLAs should be allowed outside functions if the size
2
is not evaluated. PR 39581. */
3
/* { dg-do compile } */
4
/* { dg-options "-std=c99 -pedantic-errors" } */
5
6
int
a
;
7
int
b
=
sizeof
(
int
(*)[
a
]);