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
PR testsuite/52641
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tree-ssa
/
ivopts-4.c
blob
9080152398683919119022d824fd1ffe6c878d42
1
/* { dg-do compile } */
2
/* { dg-options "-O1" } */
3
void
foo
(
int
*
p
,
long
i
,
int
j
)
4
{
5
do
{
6
p
[
i
]++;
7
}
while
(
i
+=
j
);
8
}