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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20021008-1.c
blob
9d5a7f2763301ef3d8a5da1e7fa749d344e59164
1
/* Origin: PR target/7434 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> */
2
3
int
main
(
void
)
4
{
5
static const int
align_g
[] = {
1
,
2
,
4
,
8
,
16
};
6
char
*
buf
;
7
int
i
=
0
;
8
volatile
long double
val
=
0
;
9
val
= *((
long double
*)(
buf
+
align_g
[
i
]));
10
return
0
;
11
}