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
[RFA] Fix csky and c6x build failures
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr78727.c
blob
93cc3d729729abac50aa6f3505b7eebef5dadaa1
1
/* { dg-do compile } */
2
3
int
4
dd
(
int
gj
,
unsigned int
o7
)
5
{
6
long long int
e8
=
gj
;
7
8
e8
|=
gj
+
1u
;
9
if
(
e8
!=
0
)
10
{
11
short int
*
mn
= (
short int
*)&
e8
;
12
int
pv
;
13
14
e8
&=
e8
>
gj
;
15
gj
=
o7
>
e8
;
16
pv
= ((
gj
!=
0
) ?
gj
: *
mn
) &&
e8
;
17
gj
|= *
mn
/
pv
;
18
}
19
20
return
gj
;
21
}