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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr21532.c
blob
1b8bc22484951bf295b5940d80d754f734d8d89f
1
2
3
int
4
bar
(
unsigned char
key
)
5
{
6
unsigned char
buf
[
sizeof
(
unsigned long
)+
2
];
7
unsigned char
b
;
8
unsigned char
*
buf_
=
buf
+
1
;
9
10
for
(
b
=
8
;
b
!=
0
;
b
--)
11
buf_
[
b
] =
key
>>
b
;
12
13
return
foo
(
b
);
14
}