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
/
pr71994.c
blob
8f5e92ceeee8419800d7b62275ac6199b2975e37
1
/* PR tree-optimization/71994 */
2
/* { dg-do compile } */
3
int
om
,
h6
;
4
5
void
eo
(
void
)
6
{
7
const int
tl
=
1
;
8
int
ln
;
9
10
h6
= (
om
+
tl
) >
0
;
11
ln
=
om
&& (
om
&
h6
);
12
h6
=
om
;
13
om
=
ln
<
h6
;
14
}