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 middle-end/77357 - strlen of constant strings not folded
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
pr77766.c
blob
f8f61ad0f7b76b2aaca5d362e0f77af3a86d6340
1
char
a
;
2
short
b
,
d
=
5
,
h
;
3
char
c
[
1
];
4
int
e
,
f
=
4
,
g
,
j
;
5
int
main
() {
6
int
i
;
7
for
(;
f
;
f
=
a
) {
8
g
=
0
;
9
for
(;
g
<=
32
; ++
g
) {
10
i
=
0
;
11
for
(;
i
<
3
;
i
++)
12
while
(
1
>
d
)
13
if
(
c
[
b
])
14
break
;
15
L
:
16
if
(
j
)
17
break
;
18
}
19
}
20
e
=
0
;
21
for
(;
e
;
e
=
0
) {
22
d
++;
23
for
(;
h
;)
24
goto
L
;
25
}
26
return
0
;
27
}
28