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
* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
shloop.c
blob
f4c9366394af46b259859409619eaf0ee3ce4ecc
1
main
()
2
{
3
int
volatile
p
;
4
int
i
;
5
for
(
i
=
10000000
;
i
>
0
;
i
--)
6
p
=
i
>>
10
;
7
}