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
/
compile
/
20070531-2.c
blob: 967180e0d85bf08ed782c6f7956674c4084c2af7 (
plain
)
1
2
3
4
5
6
int
f
(
void
)
{
int
*
a
=
0
;
for
(
a
=
0
;
a
<
(
int
*
)
32767
;
a
++
)
;
}