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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
920710-1.c
blob
7c6f871e2acdcb96069b3cc1962178523b7a79c0
1
main
()
2
{
3
if
((
double
)
18446744073709551615ULL
<
1.84467440737095e+19
||
4
(
double
)
18446744073709551615ULL
>
1.84467440737096e+19
)
5
abort
();
6
7
if
(
16777217L
!= (
float
)
16777217
e0
)
8
abort
();
9
10
exit
(
0
);
11
}