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
AVR: target/84211 - Add a post reload register optimization pass.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr108482.c
blob
8dc1169a9c586b7d8cfa6b949a0084d822e7cd0b
1
/* { dg-do compile } */
2
3
int
g_30
,
g_261
,
g_263
,
func_1___trans_tmp_17
;
4
int
**
g_120
;
5
int
*
g_530
;
6
void
func_1
() {
7
int
*
l_29
= &
g_30
;
8
*
l_29
=
1
;
9
g_263
=
0
;
10
for
(;
g_263
<=
1
;
g_263
+=
1
) {
11
g_530
=
0
;
12
if
(*
l_29
) {
13
char
*
l_1694
= (
char
*)&
g_261
;
14
*
l_1694
&= **
g_120
;
15
}
else
16
*
l_29
^=
func_1___trans_tmp_17
;
17
}
18
}