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
* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
pr63659.c
blob
780dc8a7e218b3e994e245cf274b6f4674d8dbbb
1
/* PR rtl-optimization/63659 */
2
3
int
a
,
b
,
c
, *
d
= &
b
,
g
,
h
,
i
;
4
unsigned char
e
;
5
char
f
;
6
7
int
8
main
()
9
{
10
while
(
a
)
11
{
12
for
(
a
=
0
;
a
;
a
++)
13
for
(;
c
;
c
++)
14
;
15
if
(
i
)
16
break
;
17
}
18
19
char
j
=
c
,
k
= -
1
,
l
;
20
l
=
g
=
j
>>
h
;
21
f
=
l
==
0
?
k
:
k
%
l
;
22
e
=
0
?
0
:
f
;
23
*
d
=
e
;
24
25
if
(
b
!=
255
)
26
__builtin_abort
();
27
28
return
0
;
29
}