index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
shloop.c
blob: f4c9366394af46b259859409619eaf0ee3ce4ecc (
plain
)
1
2
3
4
5
6
7
main
()
{
int
volatile
p
;
int
i
;
for
(
i
=
10000000
;
i
>
0
;
i
--
)
p
=
i
>>
10
;
}