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
Small ChangeLog tweak.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr80764.c
blob
bc6d8e87ac3e6c0f1bac8ee18750b5d483fc365a
1
/* { dg-do compile } */
2
3
int
b
,
d
,
f
,
h
;
4
char
e
;
5
int
fn1
();
6
int
main
() {
return
fn1
(); }
7
int
fn1
(
int
p1
) {
8
for
(;
d
;)
9
for
(;
e
<
3
;) {
10
for
(;
h
;)
11
b
=
fn1
(
0
);
12
return
f
;
13
}
14
}