repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.target
/
i386
/
20000904-1.c
blob
31f937cab7139273fee9df1a3b94a34a2cf03e0c
1
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
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
}