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
/
execute
/
20040208-2.c
blob
d8a5afc946237e509f741f5b38f4696d08ff07a2
1
int
main
()
2
{
3
long double
x
,
y
;
4
5
x
=
0x1
.
fffffffffffff8p1022L
;
6
x
*=
2
;
7
y
=
0x1
.
fffffffffffff8p1023L
;
8
if
(
memcmp
(&
x
, &
y
,
sizeof
(
x
)) !=
0
)
9
abort
();
10
exit
(
0
);
11
}