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
/
950915-1.c
blob
cfa044757b88abe365d0bc1acbc87b6ffd568e54
1
long int
a
=
100000
;
2
long int
b
=
21475
;
3
4
long
5
f
()
6
{
7
return
((
long long
)
a
* (
long long
)
b
) >>
16
;
8
}
9
10
main
()
11
{
12
if
(
f
() <
0
)
13
abort
();
14
exit
(
0
);
15
}