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
* gcc.dg/torture/stackalign/builtin-apply-2.c: Fix skip-if syntax.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
graphite
/
pr60785.c
blob
87c1c685b0a1e42fcbe0512d740dd6befdaceb42
1
/* { dg-options "-O2 -floop-interchange" } */
2
3
static int
4
aqc
(
void
)
5
{
6
return
1
;
7
}
8
9
void
10
gkd
(
void
)
11
{
12
int
wu0
;
13
static int
b1y
;
14
static int
gw2
;
15
static int
*
ydw
= &
gw2
;
16
static int
**
m3l
= &
ydw
;
17
**
m3l
=
0
;
18
for
(
b1y
=
0
;
b1y
<
1
; ++
b1y
)
19
{
20
int
*
cpj
= &
gw2
;
21
if
(*
ydw
|=
aqc
())
22
{
23
*
cpj
=
0
;
24
*
ydw
=
wu0
;
25
}
26
}
27
}