repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix unused warnings.
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr37664.c
blob
cf5c83d7b2decef794f2cd19d41cac9f0c4cd378
1
/* PR tree-optimization/37664 */
2
3
int
v
;
4
5
int
6
foo
()
7
{
8
int
a
=
0x8899A862
;
9
int
b
=
0x8E
*
a
;
10
int
c
= (
b
%
b
);
11
if
(
v
> (
4294967295U
>>
c
))
12
return
v
;
13
return
0
;
14
}