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
/
vect
/
pr49093.c
blob
dd1d8cc047718e3461749807ba2b92a7b62472f9
1
/* { dg-do compile } */
2
/* { dg-additional-options "-O1 -fno-tree-fre" } */
3
4
volatile
unsigned char
g_324
[
4
] = {
0
,
1
,
0
,
1
};
5
void
foo
(
int
);
6
int
x
,
y
;
7
void
func_81
(
void
)
8
{
9
int
l_466
,
l_439
[
7
] = {
0
},
g_97
;
10
lbl_473
:
11
if
(
x
) {
12
for
(
g_97
=
0
; (
g_97
<
4
); ++
g_97
) {
13
if
(
y
)
14
goto
lbl_473
;
15
g_324
[
g_97
];
16
l_466
=
l_439
[
g_97
];
17
}
18
foo
(
l_466
);
19
}
20
}
21