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
/
pr68240.c
blob
b6d97902300ceb1ae96bd9039b5216091deee26f
1
/* { dg-do compile } */
2
3
int
a
,
b
,
f
;
4
5
void
6
fn1
()
7
{
8
int
c
=
1
,
d
,
e
=
1
;
9
a
=
1
;
10
for
(;
f
;)
11
b
= (
c
&& (
d
= (
e
&&
a
)));
12
}