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
/
unsorted
/
ex.c
blob
f5d90fd2e65b49573b7f6e2dea71d9989aa43714
1
foo
(
a
,
b
)
2
{
3
if
((
a
& (
1
<<
b
)) ==
0
)
4
return
1
;
5
return
0
;
6
}
7
8
main
()
9
{
10
printf
(
"%d
\n
"
,
foo
());
11
}