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
FSF GCC merge 02/23/03
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
20000904-1.c
blob
c6238e350994872981c6efa48b2ba30beba2842e
1
/* { dg-do compile { target i?86-*-* } } */
2
/* { dg-options "-O0 -fpic" } */
3
4
static struct
{
5
unsigned short
a
,
b
,
c
,
d
;
6
}
x
[
10
];
7
8
int
foo
(
int
i
)
9
{
10
return
((*((
char
*)&
x
[
i
] +
i
)) | (*((
char
*)&
x
[
i
] +
i
)));
11
}