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
2016-12-21 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
bfx.c
blob
d47bd7d18bc92228d952e8c28ccf0f7691eba1bf
1
foo
(
x
,
c
)
2
{
3
return
x
<< -
c
;
4
}
5
6
main
()
7
{
8
printf
(
"%x
\n
"
,
foo
(
0xf05
, -
4
));
9
}