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
* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr50650.c
blob
6c443e6475cf2d54d153d638d46035e217a7aeb6
1
/* PR tree-optimization/50650 */
2
3
unsigned int
4
foo
(
unsigned int
x
,
unsigned int
y
)
5
{
6
int
i
;
7
for
(
i
=
8
;
i
--;
x
<<=
1
)
8
y
^= (
x
^
y
) &
0x80
?
79U
:
0U
;
9
return
y
;
10
}