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
aarch64: remove falkor-tag-collision-avoidance pass
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
pr57861.c
blob
138eb617e5b72c0f992f28463d2606ac782c943b
1
/* PR rtl-optimization/57861 */
2
3
extern
void
abort
(
void
);
4
short
a
=
1
,
f
;
5
int
b
,
c
,
d
, *
g
= &
b
,
h
,
i
,
j
;
6
unsigned int
e
;
7
8
static int
9
foo
(
char
p
)
10
{
11
int
k
;
12
for
(
c
=
0
;
c
<
2
;
c
++)
13
{
14
i
= (
j
=
0
) ||
p
;
15
k
=
i
*
p
;
16
if
(
e
<
k
)
17
{
18
short
*
l
= &
f
;
19
a
=
d
&&
h
;
20
*
l
=
0
;
21
}
22
}
23
return
0
;
24
}
25
26
int
27
main
()
28
{
29
*
g
=
foo
(
a
);
30
if
(
a
!=
0
)
31
abort
();
32
return
0
;
33
}