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
2018-04-30 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tree-ssa
/
71206.c
blob
8e4cd36a24a852aaf9fbe84631a89e337dee62e1
1
/* { dg-do compile } */
2
/* { dg-options "-O" } */
3
4
int
f
(
int
d
,
unsigned
b
) {
5
int
i2
=
b
^
1
;
6
int
i4
=
d
^
1
;
7
return
i2
^
i4
;
8
}