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
arm: fix typo in dg-require-effective-target [PR118089]
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tree-ssa
/
ifc-pr71683.c
blob
851be37e48c361dd5cde9aa055f6ad434bb1ec8c
1
/* { dg-do compile } */
2
/* { dg-options "-Ofast" { target *-*-* } } */
3
4
short unsigned int
ve
;
5
6
void
7
u1
(
void
)
8
{
9
int
oq
=
0
;
10
11
while
(
ve
!=
0
)
12
{
13
int
j4
,
w7
=
oq
;
14
15
oq
=
0
/
oq
;
16
ve
%=
oq
;
17
j4
=
ve
^
1
;
18
ve
^=
oq
;
19
if
(
j4
!=
0
?
j4
:
ve
)
20
oq
=
ve
;
21
else
22
if
(
w7
!=
0
)
23
oq
=
ve
;
24
}
25
}