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
[RTL ifcvt] PR 67786, 67787: Check that intermediate instructions in the basic block...
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr22329.c
blob
94e32d69593e3b7e61597b395677cd5ff2c03f64
1
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
int
f
(
int
i
)
4
{
5
int
k
=
0
;
6
if
(
i
==
0
)
7
k
=
i
==
0
;
8
return
k
;
9
}