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
Merge reload-branch up to revision 101000
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
aa.c
blob
61a4147afa67b8cc092e267243b83cb95e76fb8d
1
#define w 20
2
#define c 1
3
4
foo
(
a
)
5
unsigned
a
;
6
{
7
return
((
a
& ((
1
<<
w
) -
1
)) <<
c
) >
0
;
8
}