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.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20040208-1.c
blob
0235759107272349eadfcb9c20775f2ca6cf2e1d
1
int
main
()
2
{
3
long double
x
;
4
5
x
=
0x1.0
p
-
500L
;
6
x
*=
0x1.0
p
-
522L
;
7
if
(
x
!=
0x1.0
p
-
1022L
)
8
abort
();
9
exit
(
0
);
10
}