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
2015-12-10 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr66810.c
blob
4778b37a244b9802d6505e07f711085f7bb39ecc
1
/* { dg-do compile { target ia32 } } */
2
/* { dg-options "-mno-sse -mno-mmx -miamcu" } */
3
4
int
vv
;
5
6
void
7
i
(
void
)
8
{
9
static int
a
[
vv
];
/* { dg-error "storage size" } */
10
}