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
RISC-V: Add support for riscv-*-*.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr64494.c
blob
f6718d341cc7427a1b4c1f2317cf545fd045748c
1
/* PR tree-optimization/64494 */
2
3
int
a
,
b
;
4
unsigned char
c
;
5
6
int
7
main
()
8
{
9
int
d
;
10
a
=
0
;
11
for
(
d
=
0
;
d
<
2
;
d
++)
12
{
13
a
&= (
b
>=
1
);
14
c
= (
204
> (((
unsigned char
) ~
0
) >>
a
)) ?
0
:
204
<<
a
;
15
b
=
0
;
16
}
17
return
0
;
18
}