index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr59569-2.c
blob: e813b88d857a1102638d44af4e98ce1b5c5d3c80 (
plain
)
1
2
3
4
5
6
/* PR middle-end/59569 */ void foo (int *a, int b) { for (; b; b--) a[b] = 1; }