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
* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20100907.c
blob
2e6cfb9ff9f81b9dbb83d930d9b32ea5c545da58
1
struct
a
{
int
a
,
b
;};
2
const static struct
a a
[
1
]={{
1
,
2
}};
3
struct
a b
,
c
;
4
t
()
5
{
6
int
idx
=
0
;
7
b
=
a
[
idx
];
8
c
=
a
[
idx
];
9
}