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
PR middle-end/27945
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
large-size-array-2.c
blob
6ac31d11af4261f8a7d9ebcd3be87e21c2f4a1d5
1
/* PR c/25309 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2" } */
4
static char
*
name
[] = {
5
[
0x80000000
] =
"bar"
6
};
7