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
/
991030-1.c
blob
dff11d0a6d971d1c56c20a54a1cac2c206c67934
1
double
x
=
0x1
.
fp1
;
2
int
main
()
3
{
4
if
(
x
!=
3.875
)
5
abort
();
6
exit
(
0
);
7
}
8
9