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
/
pr40252.c
blob
f58e799b01f593f836e92d3fa45fb9c3c2b43eef
1
typedef
unsigned int uint32_t
;
2
static void
IP
(
uint32_t
v
[
2
])
3
{
4
v
[
0
] = ((
v
[
0
] <<
1
) | ((
v
[
0
] >>
31
) &
1L
)) &
0xffffffff
L
;
5
}
6