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 libfortran/64770 Segfault when trying to open existing file with status="new".
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
graphite
/
pr60740.c
blob
5b7c1802236ea43cb4a60fc68ebdf39d6d3c761b
1
/* { dg-options "-O2 -floop-interchange" } */
2
3
int
**
db6
=
0
;
4
5
void
6
k26
(
void
)
7
{
8
static int
geb
=
0
;
9
int
*
a22
= &
geb
;
10
int
**
l30
= &
a22
;
11
int
*
c4b
;
12
int
ndf
;
13
for
(
ndf
=
0
;
ndf
<=
1
; ++
ndf
)
14
*
c4b
= (
db6
==
l30
) && (*
a22
)--;
15
}
16