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
Merged revisions 209304,209307,209332,209338-209339,209343,209346,209351,209354,20936...
[official-gcc.git]
/
gcc-4_9
/
gcc
/
testsuite
/
gcc.dg
/
graphite
/
pr59817-1.c
blob
175fa16fd71ae09ac2de855d8bf505dfeb3956de
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -floop-interchange" } */
3
4
int
kd
;
5
6
void
7
n2
(
void
)
8
{
9
static int
so
;
10
static short int
i5
;
11
int
wj
;
12
int
*
il
;
13
int
*
nk
= &
so
;
14
for
(
wj
=
0
;
wj
<
2
; ++
wj
)
15
*
nk
= ((
i5
+= *
il
) ||
kd
);
16
}